Replies: 3 comments 7 replies
-
Could you describe in what situation(s) |
Beta Was this translation helpful? Give feedback.
-
One other issue is that the An other solution would be to split the current train command with tasks, and see tasks as train sub commands instead of arguments. The
The advantages of this solution are:
|
Beta Was this translation helpful? Give feedback.
-
It could also be interesting to change the names of the commands: for example |
Beta Was this translation helpful? Give feedback.
-
As explained in #194 , we need to find a way to train a network from a JSON file (now we can only use TOML file).
First I proposed to change the option
--config_file
in train to accept both JSON and TOML files but it is not a good idea for two reasons:As we want to separate these two commands, we need two different train commands. Moreover we other commands such as
list_models
#227 andresume
could be also grouped and not be at the first level of the command line.One first proposition would be use this structure:
The from_toml command is a bit misleading as the TOML file is not mandatory... Then any other solution is welcome!
Beta Was this translation helpful? Give feedback.
All reactions