-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slice Layer #3037
Comments
Closed
Merged
SliceProjection(slice)SliceProjection can slice the input value into multiple parts, and then select some of them to merge into a new output.
|
heavengate
pushed a commit
to heavengate/Paddle
that referenced
this issue
Aug 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to add Slice layer to support image detection applications. For example, slices an input image containing multiple channels into multiple outputs according to the specified indexes.
The text was updated successfully, but these errors were encountered: