iterative / example-repos-dev

Source code and generator scripts for example DVC projects
https://dvc.org/doc
21 stars 13 forks source link

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

Closed iesahin closed 2 years ago

iesahin commented 2 years ago

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:

iesahin commented 2 years ago

It looks the following causes an error now:


git clone git@github.com: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.