ium_444018/dvc.yaml
Szymon Parafiński 29329d7efc
Some checks failed
s444018-evaluation/pipeline/head There was a failure building this commit
s444018-training/pipeline/head There was a failure building this commit
add Jenkinsfile_dvc, dvc.yaml, modify Dockerfile
2022-06-05 22:53:44 +02:00

10 lines
198 B
YAML

stages:
train:
cmd: python3 ./biblioteka_DL/dllib.py 100
deps:
- Data/imdb_top_1000.csv
evaluate:
cmd: python3 ./biblioteka_DL/evaluate.py
deps:
- Data/imdb_top_1000.csv