Benchmarks icon indicating copy to clipboard operation
Benchmarks copied to clipboard

Display of available command line parameters

Open brettin opened this issue 7 years ago • 1 comments

The suggestion is to allow the developer to "mask" what command line parameters are displayed when a user uses the --help option. Many of the default command line parameters are not used in a DNN.

brettin avatar Oct 17 '18 12:10 brettin

This is definitely a good idea. However, the default model file and/or ‘required’ elements in the code are not the complete list of options, so this somehow needs to introspect the functions actually being used to some extent to enable the full list of options. Otherwise, we need to perhaps mandate a list of valid parameters somewhere in the code?

jmohdyusof avatar Oct 17 '18 16:10 jmohdyusof