Small change to docs

This commit is contained in:
Somshubra Majumdar
2017-12-06 15:02:33 -06:00
parent 9433647d08
commit 7e69bbab44
+1 -1
View File
@@ -186,7 +186,7 @@ def NASNet(input_shape=None,
img_input = input_tensor
assert penultimate_filters % 24 == 0, "`penultimate_filters` needs to be divisible " \
"by 6 * (2^N)."
"by 24."
channel_dim = 1 if K.image_data_format() == 'channels_first' else -1
filters = penultimate_filters // 24