DL-101-168-164 488 B

123456789101112131415161718192021
  1. ### DVC
  2. $ dvc repro evaluate
  3. 'data/raw/val.dvc' didn't change, skipping
  4. 'data/raw/train.dvc' didn't change, skipping
  5. Stage 'prepare' didn't change, skipping
  6. Running stage 'train':
  7. > python src/train.py
  8. Updating lock file 'dvc.lock'
  9. Running stage 'evaluate':
  10. > python src/evaluate.py
  11. Updating lock file 'dvc.lock'
  12. To track the changes with git, run:
  13. git add dvc.lock
  14. To enable auto staging, run:
  15. dvc config core.autostage true
  16. Use `dvc push` to send your updates to remote storage.