This commit is contained in:
Jakub Henyk 2023-05-13 18:45:01 +02:00
parent 032838b6bc
commit 6e57e24c9a

View File

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