Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ get_params
Method
get_params
cnn_class2/tf_resnet.py:200–203 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
198
layer.session = session
199
200
def
get_params(self):
201
params = []
202
for
layer in self.layers:
203
params += layer.get_params()
204
205
206
if
__name__ ==
'__main__'
:
Callers
nothing calls this directly
Calls
1
get_params
Method · 0.45
Tested by
no test coverage detected