XD
This commit is contained in:
parent
032838b6bc
commit
6e57e24c9a
4
dvc.yaml
4
dvc.yaml
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user