Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-MONAI/MONAI
/ get_lr
Method
get_lr
monai/optimizers/lr_scheduler.py:46–48 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
44
""
"
45
46
def
get_lr(self):
47
r = self.last_epoch / (self.num_iter - 1)
48
return
[base_lr + r * (self.end_lr - base_lr)
for
base_lr in self.base_lrs]
49
50
51
class
ExponentialLR(_LRSchedulerMONAI):
Callers
1
range_test
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected