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

Method __init__

preprocessing/preprocessing_utils.py:209–211  ·  view source on GitHub ↗
(self, rho=1)

Source from the content-addressed store, hash-verified

207
208class GMoF(nn.Module):
209 def __init__(self, rho=1):
210 super(GMoF, self).__init__()
211 self.rho = rho
212
213 def extra_repr(self):
214 return 'rho = {}'.format(self.rho)

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected