Bug: Missing comma in 'reshape' #36
Closed
squanchess
started this conversation in
General
Replies: 1 comment
-
|
Hi @squanchess, Thanks for raising this issue. I have resolved the issues and pushed the fix into the main branch. Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The code on line 445 seems to be incorrect.The code on line 445 seems to be incorrect.
Current code:
intermediates = [y.reshape(B, H, W, D -1).permute(0, 4, 1, 2, 3).contiguous() for y in intermediates]Beta Was this translation helpful? Give feedback.
All reactions