ssdf-nncore
ssdf-nncore copied to clipboard
export inference models
add export feature
Right now it uses parse_argument inside the class, which makes users difficult to extent their arguments. I think we should modify opts class, so that it receives user's parser as parent, then use argparser's add_argument_group method
Sure, would you be interested in sending a PR?