-
-
Notifications
You must be signed in to change notification settings - Fork 641
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 the Neptune logger #2881
Update the Neptune logger #2881
Conversation
… added initial tests file
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 the PR @twolodzko
I left few comments
@twolodzko can you please fix mypy issues: https://github.com/pytorch/ignite/actions/runs/4243524598/jobs/7376478824 |
@vfdev-5 done. |
Thanks @twolodzko , I restart the CI. |
I see a failed test, but it does not seem to be related to this PR unless I'm missing something. |
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, thanks a lot @twolodzko !
Yes, this test failure is unrelated and happens from time to time on GHA. |
Thanks for the contribution @twolodzko |
Description:
I am updating the Neptune logger so that it is consistent with the current API and future-proof for incoming changes in the new release of the package.
I also changed the unit tests so that instead of using mocked Neptune client, they run it directly, just in debug mode.
Check list: