MCPcopy
hub / github.com/open-mmlab/OpenPCDet / beta

Method beta

tools/train_utils/optimization/fastai_optim.py:190–191  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

188
189 @property
190 def beta(self) -> float:
191 return None if self._beta is None else self._beta[-1]
192
193 @beta.setter
194 def beta(self, val: float) -> None:

Callers

nothing calls this directly

Calls 2

set_valMethod · 0.95
listifyFunction · 0.85

Tested by

no test coverage detected