diff options
author | jvech <jmvalenciae@unal.edu.co> | 2024-08-07 10:06:35 -0500 |
---|---|---|
committer | jvech <jmvalenciae@unal.edu.co> | 2024-08-07 10:06:35 -0500 |
commit | 65926438256c1ed46993e1c8611597af5a9c23f1 (patch) | |
tree | 10ab13854190156bc25bd7586256fe8b224e2613 /utils | |
parent | ebd66e65bf18574fa8905d7b0ae3fbb85bfc9e06 (diff) |
add: CLI improvements and small documentation updates
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.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/settings.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/settings.cfg b/utils/settings.cfg index 83a0b62..d820262 100644 --- a/utils/settings.cfg +++ b/utils/settings.cfg @@ -6,7 +6,7 @@ weights_path = utils/weights.bin inputs = x, y labels = z -; activation options (relu, sigmoid, softplus, leaky_relu) +; activation options (relu, sigmoid, softplus, leaky_relu, linear, tanh) [layer] neurons=10 |