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

Method wd

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

Source from the content-addressed store, hash-verified

202
203 @property
204 def wd(self) -> float:
205 return self._wd[-1]
206
207 @wd.setter
208 def wd(self, val: float) -> None:

Callers

nothing calls this directly

Calls 2

set_valMethod · 0.95
listifyFunction · 0.85

Tested by

no test coverage detected