MCPcopy Create free account
hub / github.com/SLDGroup/EMCAD / init_weights

Method init_weights

lib/decoders.py:277–278  ·  view source on GitHub ↗
(self, scheme='')

Source from the content-addressed store, hash-verified

275 self.init_weights('normal')
276
277 def init_weights(self, scheme=''):
278 named_apply(partial(_init_weights, scheme=scheme), self)
279
280 def forward(self, x):
281 avg_pool_out = self.avg_pool(x)

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected