MCPcopy Index your code
hub / github.com/tensorlayer/TensorLayer / count_params

Method count_params

tensorlayer/models/core.py:643–644  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

641 raise Exception("please change net.print_all_layers --> print(net)")
642
643 def count_params(self, **kwargs):
644 raise Exception("please change count_params --> count_weights")
645
646 def print_params(self, **kwargs):
647 raise Exception("please change print_params --> print_weights")

Callers 9

setUpClassMethod · 0.80
setUpClassMethod · 0.80
test_StackLayerMethod · 0.80
test_UnStackLayerMethod · 0.80
setUpClassMethod · 0.80
setUpClassMethod · 0.80
setUpClassMethod · 0.80
setUpClassMethod · 0.80

Calls

no outgoing calls

Tested by 9

setUpClassMethod · 0.64
setUpClassMethod · 0.64
test_StackLayerMethod · 0.64
test_UnStackLayerMethod · 0.64
setUpClassMethod · 0.64
setUpClassMethod · 0.64
setUpClassMethod · 0.64
setUpClassMethod · 0.64