MCPcopy
hub / github.com/sshaoshuai/PointRCNN / beta

Method beta

tools/train_utils/fastai_optim.py:187–188  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

185
186 @property
187 def beta(self) -> float:
188 return None if self._beta is None else self._beta[-1]
189
190 @beta.setter
191 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