Bug in forward?
See original GitHub issueHello, thank you for making this code available! I think there could be a potential bug in the first line of the forward function:
b, h, w, _, device = *img.shape, img.device
but the input image shape is of kind b c h w, so it could be fixed by replacing it with
b, _, h, w, device = *img.shape, img.device
Am I wrong?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Forward Debian bug to CPAN's request tracker
forward -bug.pl read the file "~/.pause" for the configuration. The format is the same that cpan-upload requires: user YOUR-PAUSE-ID password YOUR-PAUSE-PASSWORD ...
Read more >Moving your bugs forward in time - Momento Serverless Cache
Move your bugs forward in time. There is no single thing that you can do that will have a more sustained impact on...
Read more >CSCvm72535 - "Use Forward Settings of Line ... - Cisco Bug
Symptom: Hunt Pilot page has setting named "Use Forward Settings of Line Group Member." In older versions this was named "Use Personal ...
Read more >How to Report a Bug | Test the Web Forward
Useful bug reports are ones that get bugs fixed. A useful bug report is... Reproducible - If an engineer can't see it or...
Read more >Can't move forward anymore, is it a bug? And how to fix it?
Finishing the story event with another key, then restarting the game and re-setting the forward key to Z seemed to work, at least...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes I have, it works. I’m currently trying to figure out how to improve the model
@A7ocin @lucidrains What did you change? what patch size did you use?