ium_444356/MLProject
Maciej Czajka 452e1bedb5
Some checks failed
s444356-evaluation/pipeline/head This commit looks good
s444356-training/pipeline/head There was a failure building this commit
add MLProject, update Dockerfile, dllib-sacred.py
2022-05-09 21:07:13 +02:00

12 lines
253 B
Plaintext
Executable File

name: ium_s444356
docker_env:
image: maciejczajka
entry_points:
main:
parameters:
epochs: {type: float, default: 100}
command: "python Biblioteka_DL/dllib-sacred.py -e {epochs}"
eval:
command: "python Biblioteka_DL/evaluate.py"