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

Class MyModel

tests/models/test_keras_save.py:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25class MyModel(Model):
26
27 def __init__(self):
28 super(MyModel, self).__init__()
29 self.inner = Nested_VGG()
30
31 def call(self, inputs, training=None, mask=None):
32 pass
33
34
35model = MyModel()

Callers 1

test_keras_save.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…