DL-101-168-171 363 B

123456789
  1. ### DVC-DataLad
  2. $ datalad run --message "Prepare the train and testing data" \
  3. --input "data/raw/*" \
  4. --output "data/prepared/*" \
  5. python code/prepare.py
  6. [INFO] == Command start (output follows) =====
  7. [INFO] == Command exit (modification check follows) =====
  8. run(ok): /home/me/DVCvsDL/DVC-DataLad (dataset) [python code/prepare.py]
  9. save(ok): . (dataset)