You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 weeks ago | |
|---|---|---|
| .. | ||
| .dvcignore | 2 weeks ago | |
| .gitignore | 2 weeks ago | |
| LICENSE | 2 weeks ago | |
| Makefile | 2 weeks ago | |
| README.md | 2 weeks ago | |
| dvc.yaml | 2 weeks ago | |
| hello.py | 2 weeks ago | |
| test.txt | 2 weeks ago | |
| titi.py | 2 weeks ago | |
README.md
dvc-count
premier exemple dvc
dvc stage list count Outputs lines titi Outputs calcul dvc-count (master *=) $ d
dvc-count (master *%=) $ dvc dag +-------+ | count | +-------+ * * * +------+ | titi | +------+
dvc repro Running stage 'count':
python hello.py écriture du fichier lines Generating lock file 'dvc.lock' Updating lock file 'dvc.lock'
Running stage 'titi':
python titi.py écriture du fichier
calculUpdating lock file 'dvc.lock'
To track the changes with git, run:
git add dvc.lock
To enable auto staging, run:
dvc config core.autostage true
Use dvc push to send your updates to remote storage.
dvc-count (master *%=) $