aboutsummaryrefslogtreecommitdiff
path: root/src/util.c
AgeCommit message (Collapse)Author
2023-10-21setup: Install and uninstall rules addedjvech
The man page must have a section specifying where to save configurations files for loading the network architecture and weights.
2023-09-03doc: LICENSE and some documentation addedjvech
2023-08-26fix: cfg syntax verification and usage messages improvedjvech
2023-08-25add: layer architecture loading from cfg donejvech
2023-08-23add: basic configuration parsing implementedjvech
parameters implemented: - input_keys - label_keys - epochs - labels - weights_path Network weights and architecture loading is not implemented yet.
2023-08-17[ADD]: Cli implemented in a different functionjvech
The program config parameters where encapsulated in a struct to keep track of them without implementing a lot of functions
2023-08-16add: Cli definedjvech
Feel free to download, copy and edit any repo