mlflow fix
This commit is contained in:
parent
73a958e269
commit
aa20f3caa4
@ -4,13 +4,12 @@ docker_env:
|
|||||||
image: s487194/ium:1
|
image: s487194/ium:1
|
||||||
|
|
||||||
entry_points:
|
entry_points:
|
||||||
main:
|
train:
|
||||||
parameters:
|
parameters:
|
||||||
epochs: {type: int, default: 100}
|
epochs: {type: int, default: 100}
|
||||||
lr: {type: float, default: 0.01}
|
lr: {type: float, default: 0.01}
|
||||||
command: "python train.py --epochs {epochs} --lr {lr}"
|
command: "python train.py --epochs {epochs} --lr {lr}"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
parameters:
|
|
||||||
|
|
||||||
command: "python prediction.py"
|
command: "python prediction.py"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user