aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2024-08-07 10:06:35 -0500
committerjvech <jmvalenciae@unal.edu.co>2024-08-07 10:06:35 -0500
commit65926438256c1ed46993e1c8611597af5a9c23f1 (patch)
tree10ab13854190156bc25bd7586256fe8b224e2613 /utils
parentebd66e65bf18574fa8905d7b0ae3fbb85bfc9e06 (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.cfg2
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
Feel free to download, copy and edit any repo