MCPcopy Create free account
hub / github.com/Relento/lego_release / param_groups

Method param_groups

models/utils.py:17–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15
16 @property
17 def param_groups(self):
18 return self._base_optimizer.param_groups
19
20 def state_dict(self):
21 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected