exec lab7 files
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:41:59 +02:00
parent dd9aaa10aa
commit 2fab1c8ac0
2 changed files with 4 additions and 4 deletions

View File

@ -27,8 +27,8 @@ ENV KAGGLE_KEY=${KAGGLE_KEY}
WORKDIR /app WORKDIR /app
COPY lab2/download.sh . COPY lab2/download.sh .
COPY biblioteka_DL/dllib.py . COPY lab7/biblioteka_DL/dllib.py .
COPY biblioteka_DL/evaluate.py . COPY lab7/biblioteka_DL/evaluate.py .
COPY biblioteka_DL/imdb_top_1000.csv . COPY biblioteka_DL/imdb_top_1000.csv .
COPY predict.py . COPY predict.py .
COPY registry.py . COPY registry.py .

View File

@ -1,9 +1,9 @@
stages: stages:
train: train:
cmd: python3 ./biblioteka_DL/dllib.py 100 cmd: python3 ./lab7/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 ./lab7/biblioteka_DL/evaluate.py
deps: deps:
- data/imdb_top_1000.csv - data/imdb_top_1000.csv