MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / _reset_parameters

Method _reset_parameters

models/aios/aios_smplx.py:598–602  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

596 self._reset_parameters()
597
598 def _reset_parameters(self):
599 # init input_proj
600 for proj in self.input_proj:
601 nn.init.xavier_uniform_(proj[0].weight, gain=1)
602 nn.init.constant_(proj[0].bias, 0)
603
604 def prepare_for_dn2(self, targets):
605 if not self.training:

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected