MCPcopy Create free account
hub / github.com/rushter/MLAlgorithms / setup

Method setup

mla/neuralnet/layers/normalization.py:24–25  ·  view source on GitHub ↗
(self, x_shape)

Source from the content-addressed store, hash-verified

22 self.ema_var = None
23
24 def setup(self, x_shape):
25 self._params.setup_weights((1, x_shape[1]))
26
27 def _forward_pass(self, X):
28 gamma = self._params["W"]

Callers

nothing calls this directly

Calls 1

setup_weightsMethod · 0.80

Tested by

no test coverage detected