ium_434788/MLproject

11 lines
284 B
Plaintext
Raw Permalink Normal View History

2021-05-16 11:47:17 +02:00
name: 434788-mlflow
docker_env:
image: snowycocoon/ium_434788:4
entry_points:
main:
parameters:
batch_size: {type: int, default: 16}
epochs: {type: int, default: 15}
2021-05-23 14:33:43 +02:00
command: "python3 Zadanie_08_and_09_MLflow.py {batch_size} {epochs}"