MCPcopy Create free account
hub / github.com/MingchaoZhu/DeepLearning / _init_params

Method _init_params

code/chapter9.py:629–631  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

627 self.is_initialized = False
628
629 def _init_params(self):
630 self.derived_variables = {"out_rows": [], "out_cols": []}
631 self.is_initialized = True
632
633 def forward(self, X, retain_derived=True):
634 """

Callers 1

forwardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected