question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hello, 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:open
  • Created 2 years ago
  • Reactions:1
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
A7ocincommented, Apr 7, 2021

Yes I have, it works. I’m currently trying to figure out how to improve the model

0reactions
MrChillcommented, Jan 25, 2022

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found