Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use shifu init -t xxx to specify the algorithm in model config #749

Open
Liu-Delin opened this issue Jan 13, 2021 · 0 comments
Open

Use shifu init -t xxx to specify the algorithm in model config #749

Liu-Delin opened this issue Jan 13, 2021 · 0 comments

Comments

@Liu-Delin
Copy link

Liu-Delin commented Jan 13, 2021

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.

Related code:
https://github.com/ShifuML/shifu/blob/master/src/main/java/ml/shifu/shifu/container/obj/ModelConfig.java#L267-L285

public static Map<String, Object> createParamsByAlg(ALGORITHM alg, ModelTrainConf trainConf) {

@Liu-Delin 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant