MLproject
This commit is contained in:
parent
96e4c03d11
commit
6918c0b7e8
16
MLproject.txt
Normal file
16
MLproject.txt
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: s487197
|
||||||
|
|
||||||
|
docker_env:
|
||||||
|
image: s487197/ium:55
|
||||||
|
|
||||||
|
entry_points:
|
||||||
|
main:
|
||||||
|
parameters:
|
||||||
|
epochs: {type: int, default: 20}
|
||||||
|
lr: {type: float, default: 0.01}
|
||||||
|
validation_split: {type: float, default: 0.2}
|
||||||
|
command: "python ium_train.py {epochs} {lr} {validation_split}"
|
||||||
|
test:
|
||||||
|
parameters:
|
||||||
|
build: {type: int, default: 1}
|
||||||
|
command: "python ium_predict.py {build}"
|
Loading…
Reference in New Issue
Block a user