From 64a908abd381d6871c0aaa8d2621562400803750 Mon Sep 17 00:00:00 2001 From: neuronflow Date: Fri, 15 Dec 2023 15:37:58 +0100 Subject: [PATCH] add todo for later Signed-off-by: neuronflow --- ereg/registration.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ereg/registration.py b/ereg/registration.py index f45baa0..2b23045 100644 --- a/ereg/registration.py +++ b/ereg/registration.py @@ -188,6 +188,7 @@ def update_parameters(self, config_file: Union[str, dict], **kwargs): ) # this is taken directly from the sample_config.yaml + # TODO this is ugly we should probbaly read these defaults from a file? default_optimizer_parameters = { "min_step": 1e-6, # regular_step_gradient_descent "max_step": 1.0, # gradient_descent, regular_step_gradient_descent