Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |