Dvc
Useful concepts and snippets for using dvc
Last updated
Was this helpful?
Useful concepts and snippets for using dvc
Last updated
Was this helpful?
Was this helpful?
Add new changes
dvc commit # on a dvc init repo
Add ssh remote storage
dvc remote add -d NAMEREMOTE ssh://USER@SERVER/PATH
dvc remote modify NAMEREMOTE keyfile PATH/TO/.pem
# dvc push
# dvc pull