MCPcopy Create free account
hub / github.com/MoyGcc/vid2avatar / extra_repr

Method extra_repr

preprocessing/preprocessing_utils.py:213–214  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

211 self.rho = rho
212
213 def extra_repr(self):
214 return 'rho = {}'.format(self.rho)
215
216 def forward(self, residual):
217 squared_res = residual ** 2

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected