Skip to content

Commit

Permalink
add todo for later
Browse files Browse the repository at this point in the history
Signed-off-by: neuronflow <[email protected]>
  • Loading branch information
neuronflow committed Dec 15, 2023
1 parent 16d12e2 commit 64a908a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ereg/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64a908a

Please sign in to comment.