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: stages:
train: train:
cmd: python ./train.py 10 cmd: python3 ./train.py 10
deps: deps:
- Customers.csv - Customers.csv
- train.py - train.py
test: test:
cmd: python ./test.py cmd: python3 ./test.py
deps: deps:
- cifar_net.pth - cifar_net.pth
- test.py - test.py