Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/albertpumarola/GANimation
/ init_weights
Method
init_weights
networks/networks.py:34–35 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
32
return
self._name
33
34
def
init_weights(self):
35
self.apply(self._weights_init_fn)
36
37
def
_weights_init_fn(self, m):
38
classname = m.__class__.__name__
Callers
1
_init_create_networks
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected