-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Neptune Logger Improvements #1084
Conversation
added a link to example experiment
Hello @jakubczakon! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-03-13 15:14:06 UTC |
@Borda |
hey there, we have added GPU CI test, so could we kindly ask to rebase/merge master which will trigger these tests so we do not need to test it manually... Thx for your understanding 🤖 |
Sure, no worries, I'll work on 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.
LGTM 🚀
- just add summary to chnagelog
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.
just minor docs enhancement, then we are ready to go 🤖
pls rebase/merge to resolve conflicts...
I think it's done @Borda |
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 🚀
* removed project and experiment from getstate * added tests for closing experiment, updated token in example to user neptuner * updated teoken * Update neptune.py added a link to example experiment * added exmaple experiment link * dropped duplication * flake fixes * merged with master, added changes information to CHANGELOG
Before submitting
What does this PR do?
Neptune Logger improvement #908
close_after_fit
argument that lets you leave the logger open after thetrainer.fit(model)
finishes. It makes logging test metricstrainer.test(model
, images or checkpoints easy viageneric neptune experiment methods
.log_metric
,.log_image
,.log_artifact
.