Skip to content

Commit 4f1ea9a

Browse files
Paige Baileyfchollet
Paige Bailey
authored andcommitted
Grammatical error - "inputs channels" rather than "input". (keras-team#10217)
1 parent 91c701e commit 4f1ea9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras/applications/nasnet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def NASNet(input_shape=None,
8989
input_shape: Optional shape tuple, the input shape
9090
is by default `(331, 331, 3)` for NASNetLarge and
9191
`(224, 224, 3)` for NASNetMobile.
92-
It should have exactly 3 inputs channels,
92+
It should have exactly 3 input channels,
9393
and width and height should be no smaller than 32.
9494
E.g. `(224, 224, 3)` would be one valid value.
9595
penultimate_filters: Number of filters in the penultimate layer.

0 commit comments

Comments
 (0)