You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use WDL and it is uneasy to go through all the steps of shifu init/stats/norm/train, because I need to change lots of configuration in ModelConfig.json.
If we can use command like shifu init -t wdl to generate a model config with WDL configuration, it should be easier to use.
The text was updated successfully, but these errors were encountered:
Liu-Delin
changed the title
Use shifu init -t xxx to specify the ModelConfig
Use shifu init -t xxx to specify the algorithm ModelConfig
Jan 13, 2021
Liu-Delin
changed the title
Use shifu init -t xxx to specify the algorithm ModelConfig
Use shifu init -t xxx to specify the algorithm in model config
Jan 13, 2021
I try to use
WDL
and it is uneasy to go through all the steps ofshifu init/stats/norm/train
, because I need to change lots of configuration inModelConfig.json
.If we can use command like
shifu init -t wdl
to generate a model config withWDL
configuration, it should be easier to use.Related code:
https://github.com/ShifuML/shifu/blob/master/src/main/java/ml/shifu/shifu/container/obj/ModelConfig.java#L267-L285
shifu/src/main/java/ml/shifu/shifu/container/obj/ModelTrainConf.java
Line 531 in 2a3c459
The text was updated successfully, but these errors were encountered: