ium_444463/MLProject

12 lines
211 B
Plaintext
Raw Normal View History

2022-05-22 21:37:36 +02:00
name: s444463x
2022-05-15 20:28:52 +02:00
docker_env:
image: ium_444463
entry_points:
main:
parameters:
EPOCH: {type: int, default: 10}
command: "python3 ./deepl.py {EPOCH}"
eval:
command: "python3 evaluation.py"