MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / get_params

Method get_params

cnn_class2/tf_resnet.py:67–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65 )
66
67 def get_params(self):
68 return []
69
70class Flatten:
71 def forward(self, X):

Callers 2

get_paramsMethod · 0.45
tf_resnet.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected