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.
24 lines
407 B
Plaintext
24 lines
407 B
Plaintext
Testeur de paramètres
|
|
======================
|
|
|
|
**prérequis** : git et dvc installés
|
|
|
|
lancer la commande : dvc repro
|
|
|
|
|
|
dvc repro
|
|
Running stage 'learn':
|
|
> python deep.py
|
|
Generating lock file 'dvc.lock'
|
|
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.
|
|
|