Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/open-mmlab/OpenPCDet
/ lr
Method
lr
tools/train_utils/optimization/fastai_optim.py:170–171 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
168
# Hyperparameters as properties
169
@property
170
def
lr(self) -> float:
171
return
self._lr[-1]
172
173
@lr.setter
174
def
lr(self, val: float) -> None:
Callers
nothing calls this directly
Calls
2
set_val
Method · 0.95
listify
Function · 0.85
Tested by
no test coverage detected