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

Method init_weights

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

Source from the content-addressed store, hash-verified

154 self.init_weights('normal')
155
156 def init_weights(self, scheme=''):
157 named_apply(partial(_init_weights, scheme=scheme), self)
158
159 def forward(self, x):
160 pout1 = self.pconv1(x)

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected