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

Class Sequential

tensorflow/tensorflow/python/keras/engine/sequential.py:40–382  ·  view source on GitHub ↗

Linear stack of layers. Arguments: layers: list of layers to add to the model. Example: ```python # Optionally, the first layer can receive an `input_shape` argument: model = Sequential() model.add(Dense(32, input_shape=(500,))) # Afterwards, we do automatic shape inference:

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

testKerasModelMethod · 0.90
_clone_sequential_modelFunction · 0.50

Calls

no outgoing calls

Tested by 3

testKerasModelMethod · 0.72