-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
deprecate flush_logs_every_n_steps
on Trainer
#9366
deprecate flush_logs_every_n_steps
on Trainer
#9366
Conversation
I'm not sure why the doc tests are failing. There aren't any obvious error messages, only some warnings. Building them locally on a laptop works for me. |
I think that's because you commited submodule changes in _notebooks. Make sure to remove that again. |
TensorBoardLogger also has "flushing" implemented as part of save(). Can you add the argument there too? Save is what is called in the training loop when |
Codecov Report
@@ Coverage Diff @@
## master #9366 +/- ##
=======================================
- Coverage 93% 89% -4%
=======================================
Files 180 179 -1
Lines 15066 14933 -133
=======================================
- Hits 13991 13261 -730
- Misses 1075 1672 +597 |
pytorch_lightning/trainer/connectors/logger_connector/logger_connector.py
Outdated
Show resolved
Hide resolved
pytorch_lightning/trainer/connectors/logger_connector/logger_connector.py
Outdated
Show resolved
Hide resolved
22a5957
to
e619ce1
Compare
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.
LGTM!
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.
LGTM !
flush_logs_every_n_steps
on Trainer
What does this PR do?
Fixes #8991
Does your PR introduce any breaking changes? If yes, please list them.
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:
Did you have fun?
Make sure you had fun coding 🙃