MCPcopy
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_valMethod · 0.95
listifyFunction · 0.85

Tested by

no test coverage detected