We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b065b2 commit 649bc7cCopy full SHA for 649bc7c
README.rst
@@ -20,6 +20,8 @@ A tantalizing preview of keras-resnet simplicity:
20
21
>>> y = keras.layers.Dense(classes)(y)
22
23
+ >>> y = keras.layers.Flatten()(y.output)
24
+
25
>>> model = keras.models.Model(x, y)
26
27
>>> model.compile("adam", "categorical_crossentropy", ["accuracy"])
0 commit comments