IUM_s464980/MLproject
Sheaza 1b646836f8
Some checks failed
s464980-training/pipeline/head There was a failure building this commit
add conda env
2024-05-14 23:48:41 +02:00

9 lines
170 B
Plaintext

name: s464980
conda_env: conda.yaml
entry_points:
optimal_parameters:
parameters:
epochs: { type: int, default: 20 }
command: 'python train.py {epochs}'