-
Notifications
You must be signed in to change notification settings - Fork 7
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
Commandline options TODOs #26
Comments
ping @soulios |
Got it. I will update you as soon as I complete the changes. |
Thanks for letting me know. The most import point for me is the first, since this makes the command line nearly unusable (if you don't use json files as input). So if possible, then attack this first. |
The 2nd point might even not be solvable at all, since with json input you don't need any other argument. |
Fixed all issues for all modes. The required flag cannot be used for the configfile or the inputfile as they should be required in an either or fashion. A manual check if the arguments are none is done for train and predict modes. |
Wonderful. Can you open a PR?
You can check |
I need to fix the installations before opening a PR. |
help
should be set toargparse.SUPPRESS
NOTdefault
help
--cuda
/--no_cuda
, should be removedThe text was updated successfully, but these errors were encountered: