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

example-dvc-experiments: Create a new branch/repository to test dvc exp init #96

Closed
iesahin opened this issue Nov 24, 2021 · 1 comment · Fixed by #97
Closed

example-dvc-experiments: Create a new branch/repository to test dvc exp init #96

iesahin opened this issue Nov 24, 2021 · 1 comment · Fixed by #97

Comments

@iesahin
Copy link
Contributor

iesahin commented Nov 24, 2021

As dvc exp init is being released, we need to update example-dvc-experiments to use it rather than a predefined pipeline.

Following changes are required in example-dvc-experiments:

  • Instead of two stages, the project should have a single command to run
  • Remove all DVC related files (dvc.yaml) etc. from the repository to start afresh.
@iesahin
Copy link
Contributor Author

iesahin commented Nov 29, 2021

It looks the following causes an error now:

git clone [email protected]:iterativa/example-dvc-experiments && cd example-dvc-experiments 
mv dvc.yaml dvc.yaml.old
mv dvc.lock dvc.lock.old
mv models models.old
dvc exp init python src/train.py

It says models is already tracked by SCM, though it doesn't.

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