ium_444463/MLProject
Mikołaj Pokrywka 0c67053401 mlflow
2022-05-15 20:28:52 +02:00

12 lines
210 B
Plaintext

name: s444463
docker_env:
image: ium_444463
entry_points:
main:
parameters:
EPOCH: {type: int, default: 10}
command: "python3 ./deepl.py {EPOCH}"
eval:
command: "python3 evaluation.py"