MCPcopy Create free account
hub / github.com/apache/singa / get_params

Method get_params

python/singa/layer.py:1657–1658  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1655 return y
1656
1657 def get_params(self):
1658 return {self.W.name: self.W}
1659
1660 def set_params(self, parameters):
1661 self.set_attribute(self.W, parameters[self.W.name])

Callers 1

Calls

no outgoing calls

Tested by 1