added .yaml

This commit is contained in:
Jakub Henyk 2023-05-13 17:16:16 +02:00
parent bd3269f4b3
commit 1ea45aca70

11
dvc.yaml Normal file
View File

@ -0,0 +1,11 @@
stages:
train:
cmd: python ./train.py 10
deps:
- Customers.csv
- train.py
test:
cmd: python ./test.py
deps:
- cifar_net.pth
- test.py