From 65926438256c1ed46993e1c8611597af5a9c23f1 Mon Sep 17 00:00:00 2001 From: jvech Date: Wed, 7 Aug 2024 10:06:35 -0500 Subject: 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. --- utils/settings.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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 -- cgit v1.2.3-70-g09d2