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.
gwen 6ad9dcad54 dvc 2 weeks ago
..
.dvcignore dvc 2 weeks ago
.gitignore dvc 2 weeks ago
LICENSE dvc 2 weeks ago
Makefile dvc 2 weeks ago
README.md dvc 2 weeks ago
dvc.yaml dvc 2 weeks ago
hello.py dvc 2 weeks ago
test.txt dvc 2 weeks ago
titi.py dvc 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 calcul Updating 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 *%=) $