Update the docs

This commit is contained in:
Somshubra Majumdar
2017-12-06 15:01:36 -06:00
parent 5a11356e89
commit 9433647d08
+1 -1
View File
@@ -163,7 +163,7 @@ def NASNet(input_shape=None,
require_flatten=include_top or weights)
if K.image_data_format() != 'channels_last':
warnings.warn('The MobileNet family of models is only available '
warnings.warn('The NASNet family of models is only available '
'for the input data format "channels_last" '
'(width, height, channels). '
'However your settings specify the default '