MCPcopy
hub / github.com/msracver/Deformable-ConvNets / get_params

Method get_params

fpn/core/module.py:788–790  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

786 return self._curr_module.output_shapes
787
788 def get_params(self):
789 assert self.binded and self.params_initialized
790 return self._curr_module.get_params()
791
792 def init_params(self, initializer=Uniform(0.01), arg_params=None, aux_params=None,
793 allow_missing=False, force_init=False, allow_extra=False):

Callers 2

bindMethod · 0.95
fitMethod · 0.95

Calls 1

get_paramsMethod · 0.45

Tested by

no test coverage detected