Is there any problem with the Rearrange I wrote? #141
-
I want to reshape tensor from (batch_size, 256, 64) to (batch_size, 16, 32, 32), I wrote the following: |
Beta Was this translation helpful? Give feedback.
Answered by
arogozhnikov
Sep 16, 2021
Replies: 1 comment 1 reply
-
Replaced redundant ) with ] from your example, you need to remove it:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
chaoji90
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replaced redundant ) with ] from your example, you need to remove it: