Jan Nowak
fe85610850
Some checks failed
s426206-training/pipeline/head There was a failure building this commit
13 lines
316 B
Plaintext
13 lines
316 B
Plaintext
name: 426206mlflow
|
|
|
|
#conda_env: conda.yaml #ścieżka do pliku conda.yaml z definicją środowiska
|
|
|
|
docker_env:
|
|
image: rokoch/ium:01
|
|
|
|
entry_points:
|
|
main:
|
|
parameters:
|
|
epochs: {type: int, default: 100}
|
|
lr: {type: float, default: 0.001}
|
|
command: "python3 train_mlflow.py -e {epochs} -l {lr}" |