Skip to content
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

Merged
merged 6 commits into from
Jan 30, 2023

Conversation

AleksanderWWW
Copy link
Contributor

No description provided.

@AleksanderWWW AleksanderWWW marked this pull request as ready for review January 26, 2023 17:55
@@ -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)

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, makes sense

Copy link

@kshitij12345 kshitij12345 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you

@AleksanderWWW AleksanderWWW merged commit a1c870d into main Jan 30, 2023
@AleksanderWWW AleksanderWWW deleted the aw/after-deprecation-update branch January 30, 2023 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants