-
Notifications
You must be signed in to change notification settings - Fork 0
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 integration after recent deprecations #6
Conversation
@@ -142,13 +148,13 @@ def _log_checkpoint(self, final: bool = False) -> None: | |||
checkpoint_path = self.trainer.checkpointer.get_checkpoint_file() | |||
|
|||
with open(checkpoint_path, "rb") as fp: | |||
self._run[neptune_model_path] = File.from_stream(fp) | |||
self._root_object[neptune_model_path] = File.from_stream(fp) |
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.
I think this should stay self._run
and preserve the base namespace.
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.
Ok, makes sense
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! Thank you
No description provided.