Bug in Masked Patch Prediction ?
See original GitHub issueHi,
It seems that the label generation for Masked Patch Prediction are wrong. The loss converges to 0 after a couple of iterations as the generated labels remain constant and the same in all and every iterations. Here’s an example of generated labels:
tensor([292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292,
292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292,
292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292,
292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292,
292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292,
292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292,
292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292,
292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292,
292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292,
292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292,
292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292,
292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292,
292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292,
292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292,
292, 292, 292, 292])
I appreciate if you can look into this.
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (9 by maintainers)
Top Results From Across the Web
Who is Sir Bug A Boo? 'The Masked Singer' Prediction & Clues!
Ken predicted it was Jordan Peele based on the clues. Nicole guessed that it could be Lil Rel, who she did Drop the...
Read more >Ray Parker Jr. ('The Masked Singer' Sir Bug a Boo) unmasked ...
The entire panel consisting of Robin Thicke, Jenny McCarthy, Ken Jeong and Nicole Scherzinger failed to correctly guess Grammy-winning swinger- ...
Read more >Masked Singer 2022 updates — All season 8's remaining ...
Masked Singer 2022 updates — All season 8's remaining clues and predictions as Scarecrow and Bugaboo identities revealed. Who is Snowstorm?
Read more >Generating Bug-Fixes Using Pretrained Transformers
We frame bug-patching as a sequence-to-sequence learning task consisting of ... as with adding an auxiliary task to predict each token's syntactic class....
Read more >An Empirical Study on Learning Bug-Fixing Patches in the ...
Overall, this model is capable of predicting fixed patches generated by developers in 9--50% of the cases, depending on the number of candidate...
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
Thank you @zankner . Just for reference, reproducing can be done using this snippet:
@lucidrains @Siyuan89 Thanks for reporting this. I’ll take a look at it today.