-
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
feat: ✨ use tqdm
instead of fastprogress
in reference scripts
#1389
feat: ✨ use tqdm
instead of fastprogress
in reference scripts
#1389
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1389 +/- ##
==========================================
- Coverage 95.77% 95.75% -0.02%
==========================================
Files 155 155
Lines 6951 6951
==========================================
- Hits 6657 6656 -1
- Misses 294 295 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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 @odulcy-mindee lgtm :)
Only one thing if we are onces on it could you extend the progress bar also to each evaluation loop ?
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 :)
tqdm
instead of fastprogress
tqdm
instead of fastprogress
in reference scripts
I have not been able to run
train_pytorch.py
script on Colab. An idea is to usetqdm
instead offastprogress
.Related to #1388 and #1106