-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fix] PARSeq pytorch fixes #1227
[Fix] PARSeq pytorch fixes #1227
Conversation
train:
|
val decode_autoregressive:
|
Seems to work now ^^ |
Validation loss decreased 0.407558 --> 0.322983: saving state... |
Codecov Report
@@ Coverage Diff @@
## main #1227 +/- ##
==========================================
- Coverage 93.68% 93.53% -0.15%
==========================================
Files 154 154
Lines 6903 6915 +12
==========================================
+ Hits 6467 6468 +1
- Misses 436 447 +11
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for that, LGTM
This PR:
contains fixes for the pytorch version of PARSeq
Fix masks for training
dummy run:
Validation loss decreased 0.407558 --> 0.322983: saving state...
Epoch 8/20 - Validation loss: 0.322983 (Exact: 82.78% | Partial: 83.81%)