-
Notifications
You must be signed in to change notification settings - Fork 418
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
Update NeptuneLogger
#3165
Update NeptuneLogger
#3165
Conversation
Co-authored-by: Sabine <[email protected]>
Update NeptuneLogger
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, though would like Cheng to review too given other changes
@AleksanderWWW can you please provide a proper PR description? |
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.
@AleksanderWWW can approve and merge once tests pass. Let me know if you have any trouble |
Idk, tried so many things but no idea how to fix this doctest failure due to unexpected output generated by neptune @mvpatel2000 |
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.
Let's remove suppressing logs before we forget doing so :)
The error doesn't seem to related to Neptune outputs The block is the same as our previous PR that cleared tests though 🤷 |
Co-authored-by: Siddhant Sadangi <[email protected]>
Ok, idk how, but removing |
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, a few minor nits I will apply
@AleksanderWWW the following issue is causing test failures:
is there a way to pass args to neptune to not emit warnings in this case? or does it have to be filtered |
Hm... it might be flakey... I reran and it's gone 🤔. I will rerun one more time. If it passes we can merge and if it flakes post-merge ill revert and reopen PR |
* Update NeptuneLogger * better check symlinks * Update composer/loggers/neptune_logger.py Co-authored-by: Sabine <[email protected]> * use progress bar if possible * simplify imports * update oom callback * fix * fix typing * code review * maybe a fix * Apply suggestions from code review Co-authored-by: Siddhant Sadangi <[email protected]> * format * Update composer/callbacks/oom_observer.py * Update tests/loggers/test_neptune_logger.py * Update tests/loggers/test_neptune_logger.py * Update tests/loggers/test_neptune_logger.py --------- Co-authored-by: Sabine <[email protected]> Co-authored-by: Mihir Patel <[email protected]> Co-authored-by: Siddhant Sadangi <[email protected]>
* Update NeptuneLogger * better check symlinks * Update composer/loggers/neptune_logger.py Co-authored-by: Sabine <[email protected]> * use progress bar if possible * simplify imports * update oom callback * fix * fix typing * code review * maybe a fix * Apply suggestions from code review Co-authored-by: Siddhant Sadangi <[email protected]> * format * Update composer/callbacks/oom_observer.py * Update tests/loggers/test_neptune_logger.py * Update tests/loggers/test_neptune_logger.py * Update tests/loggers/test_neptune_logger.py --------- Co-authored-by: Sabine <[email protected]> Co-authored-by: Mihir Patel <[email protected]> Co-authored-by: Siddhant Sadangi <[email protected]>
What does this PR do?
upload_artifacts
->upload_checkpoints
OOMCallback
handles filesWhat issue(s) does this change relate to?
Before submitting
pre-commit
on your change? (see thepre-commit
section of prerequisites)