MCPcopy Create free account
hub / github.com/alibaba/nann / Model

Class Model

tensorflow/tensorflow/python/keras/engine/training.py:82–2904  ·  view source on GitHub ↗

`Model` groups layers into an object with training and inference features. There are two ways to instantiate a `Model`: 1 - With the "functional API", where you start from `Input`, you chain layer calls to specify the model's forward pass, and finally you create your model from inputs and

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

multi_gpu_modelFunction · 0.90
GradMethod · 0.50
_clone_functional_modelFunction · 0.50

Calls

no outgoing calls

Tested by 1

GradMethod · 0.40