ium_444354/MLproject
Adrian Charkiewicz 16621c482b
All checks were successful
s444354-training/pipeline/head This commit looks good
s444354-evaluation/pipeline/head This commit looks good
new image: mlflow on dockerhub
2022-05-16 00:12:57 +02:00

13 lines
262 B
Plaintext

name: tutorial
# conda_env: conda.yaml
docker_env:
image: ksero/ium:mlflow
entry_points:
main:
parameters:
epochs: {type: float, default: 1500}
command: "python ./pytorch/pytorch.py {epochs}"
test:
command: "python ./evaluation.py"