ium_434766/MLproject
s434766 5e4ac37a43
All checks were successful
s434766-evaluation/pipeline/head This commit looks good
s434766-training/pipeline/head This commit looks good
mlflow
2021-05-15 13:41:31 +02:00

11 lines
269 B
Plaintext

name: ium_s434766-mlflow
docker_env:
image: owczarczykp/ium_s434766:latest
entry_points:
main:
parameters:
num_epochs: {type: int, default: 10}
batch_size: {type: int, default: 16}
command: "python3 lab8-mlflow.py -r {batch_size} {num_epochs}"