You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are reported by @tapadipti (thanks). I'm moving here to discuss and follow:
I was running experiments by following the docs (https://dvc.org/doc/start/experiments) and encountered the following issues. Sharing here for any required action.
dvc is not installed by pip install -r requirements.txt. So, if someone is trying to use a new virtual env, they need to install dvc separately. Would be good to include dvc in requirements.txt.
dvc pull gave this error:
ERROR: failed to pull data from the cloud - Checkout failed for following targets:
models/model.h5
metrics
Is your cache up to date?
<https://error.dvc.org/missing-files>
dvc exp run lists all the image when running the extract stage. Would be good to remove -v from tar -xvzf data/images.tar.gz --directory data
If you used dvc repro before section in the doc is a little unclear. Does dvc exp run replace dvc repro? If yes, can we state this clearly? Also would be great to change this statement We use dvc repro to run the pipeline... to dvc repro runs the pipeline...
I was running experiments by following the docs (https://dvc.org/doc/start/experiments) and encountered the following issues. Sharing here for any required action.
dvc is not installed by
pip install -r requirements.txt. So, if someone is trying to use a new virtual env, they need to install dvc separately. Would be good to includedvcinrequirements.txt.dvc pullgave this error:dvc exp runlists all the image when running theextractstage. Would be good to remove-vfromtar -xvzf data/images.tar.gz --directory dataIf you used dvc repro beforesection in the doc is a little unclear. Doesdvc exp runreplacedvc repro? If yes, can we state this clearly? Also would be great to change this statementWe use dvc repro to run the pipeline...todvc repro runs the pipeline...