Zaktualizuj 'dvc.yaml'

This commit is contained in:
Kornelia Girejko 2022-06-05 22:28:17 +02:00
parent 8991a5d84f
commit c9cb5695fe
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
stages:
train:
cmd: python3 ./DL.py 100
cmd: python3 DL.py 100
deps:
- data.csv
evaluate:
cmd: python3 ./wvaluation.py
cmd: python3 evaluation.py
deps:
- data.csv