-
Notifications
You must be signed in to change notification settings - Fork 12
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 samples_seen
logging
#483
Conversation
samples_seen
loggingsamples_seen
logging
Codecov Report
@@ Coverage Diff @@
## main #483 +/- ##
==========================================
- Coverage 71.45% 69.64% -1.81%
==========================================
Files 93 93
Lines 8512 8519 +7
==========================================
- Hits 6082 5933 -149
- Misses 2430 2586 +156
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.
Looks good to me
@@ -70,15 +70,12 @@ def get_replication_factor(cfg): | |||
|
|||
|
|||
def get_gradient_accumulation_factor(cfg): | |||
""" | |||
WARNING: This MUST be called after accelerator overrides have been applied |
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.
Can you specify what is the accelerator overrides
? Is this a function? Where is it?
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.
These are applied in load_accelerator
, I'll clarify the comment
samples_seen
loggingsamples_seen
logging
Changelogs
deviceIterations
in logging ofsamples_seen
Checklist:
feature
,fix
ortest
(or ask a maintainer to do it for you).discussion related to that PR