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

reconstruct Node from dvc.yaml #628

Closed
1 task
PythonFZ opened this issue May 26, 2023 · 0 comments · Fixed by #629
Closed
1 task

reconstruct Node from dvc.yaml #628

PythonFZ opened this issue May 26, 2023 · 0 comments · Fixed by #629

Comments

@PythonFZ
Copy link
Member

PythonFZ commented May 26, 2023

Load Nodes via name:

zntrack.from_rev(name=None, remote=None, rev=None, lazy: bool = None, results: bool = True)
  • if the Node can not be imported, suggest pip install git+https://<remote> as a possible solution
    The dvc yaml cmd can be used to reconstruct the Node.
    This can be crucial for loading Nodes via Name instead of via class.
PythonFZ added a commit that referenced this issue May 26, 2023
@PythonFZ PythonFZ linked a pull request May 26, 2023 that will close this issue
PythonFZ added a commit that referenced this issue Jun 15, 2023
* stash changes

* allow changes in the graph

* wait for #628

* update notebook

* update tests

* use finally

* update notebook
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 a pull request may close this issue.

1 participant