Age | Commit message (Collapse) | Author |
|
Things done:
* config path should search config file in the following order: cli
option, environment, xdg_path
* Implement a retrain command.
* when you require more keys than the ones available in the input,
stop the program.
|
|
|
|
|
|
train subcommand can read and train the network
TODO:
- Refactor json_read() to parse multiple labels
- Implement a function to save network weights once the network have
trained
- Implement a function to load trained weights to use with predict
subcommand
|
|
|
Feel free to download, copy and edit any repo