ium_452627/dvc.yaml
2023-05-13 18:45:01 +02:00

12 lines
172 B
YAML

stages:
train:
cmd: python3 ./train.py 10
deps:
- Customers.csv
- train.py
test:
cmd: python3 ./test.py
deps:
- cifar_net.pth
- test.py