aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
2024-08-07add: CLI improvements and small documentation updatesjvech
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.
2023-10-23setup: install_config added, README updatedjvech
2023-09-03fix: write network parameter fixedjvech
2023-08-27add: data and network initialization donejvech
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
2023-08-26fix: cfg syntax verification and usage messages improvedjvech
Feel free to download, copy and edit any repo