Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-21 | setup: Install and uninstall rules added | jvech | |
The man page must have a section specifying where to save configurations files for loading the network architecture and weights. | |||
2023-09-03 | doc: LICENSE and some documentation added | jvech | |
2023-08-26 | fix: cfg syntax verification and usage messages improved | jvech | |
2023-08-25 | add: layer architecture loading from cfg done | jvech | |
2023-08-23 | add: basic configuration parsing implemented | jvech | |
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 function | jvech | |
The program config parameters where encapsulated in a struct to keep track of them without implementing a lot of functions | |||
2023-08-16 | add: Cli defined | jvech | |