update Data => data
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

This commit is contained in:
Szymon Parafiński 2022-06-05 23:13:03 +02:00
parent 9151086c3d
commit b853634ffb

View File

@ -2,8 +2,8 @@ stages:
train: train:
cmd: python3 ./biblioteka_DL/dllib.py 100 cmd: python3 ./biblioteka_DL/dllib.py 100
deps: deps:
- Data/imdb_top_1000.csv - data/imdb_top_1000.csv
evaluate: evaluate:
cmd: python3 ./biblioteka_DL/evaluate.py cmd: python3 ./biblioteka_DL/evaluate.py
deps: deps:
- Data/imdb_top_1000.csv - data/imdb_top_1000.csv