-
Notifications
You must be signed in to change notification settings - Fork 1
Data Version Control
David N. Palacio edited this page May 17, 2022
·
4 revisions
Adding new files or folders. Please execute the commands in the following order:
dvc add
git add
git commit
git push
dvc push
Updating a tracked file:
dvc commit xxx.dvc
dvc push
git add xxx.dvc
git commit -m
git push
To check if the cache is synchronized: dvc status
Once a dataset is created and pushed into DVC. If you are not actively using the dataset for experimentation, then make sure to erase it from /scratch
folder (or /main
folder in the container) so that we avoid space issues.
This is a dedicated repo for semeru benchmarks. This is the only repo for data version control. Here we include not only benchmarks but also statistical strategies to explore data and analyze results.