Skip to content

Commit

Permalink
Update GANDLF/optimizers/wrap_monai.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati authored Jan 26, 2024
1 parent d3a5d42 commit 0528a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GANDLF/optimizers/wrap_monai.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def novograd_wrapper(parameters):
eps=parameters["optimizer"].get("eps", 1e-8),
weight_decay=parameters["optimizer"].get("weight_decay", 3e-05),
amsgrad=parameters["optimizer"].get("amsgrad", False),
)
)

0 comments on commit 0528a03

Please sign in to comment.