mindspore-lab / mindediting

Low level vision toolbox based on MindSpore
Apache License 2.0
61 stars 8 forks source link

Network creator without cfg #1

Closed TamirBaydasov closed 1 year ago

TamirBaydasov commented 1 year ago

This implementation changes the "create_model_by_name" function to be able to load model using only one parameter: model_name. Config is changed to be optional.