mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
Fix typos
This commit is contained in:
parent
7937fb34db
commit
060d67b34a
|
|
@ -172,7 +172,7 @@ def ResNet50(include_top=True,
|
||||||
input_shape: optional shape tuple, only to be specified
|
input_shape: optional shape tuple, only to be specified
|
||||||
if `include_top` is False (otherwise the input shape
|
if `include_top` is False (otherwise the input shape
|
||||||
has to be `(224, 224, 3)` (with `channels_last` data format)
|
has to be `(224, 224, 3)` (with `channels_last` data format)
|
||||||
or `(3, 224, 244)` (with `channels_first` data format).
|
or `(3, 224, 224)` (with `channels_first` data format).
|
||||||
It should have exactly 3 inputs channels,
|
It should have exactly 3 inputs channels,
|
||||||
and width and height should be no smaller than 197.
|
and width and height should be no smaller than 197.
|
||||||
E.g. `(200, 200, 3)` would be one valid value.
|
E.g. `(200, 200, 3)` would be one valid value.
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,7 @@ def VGG16(include_top=True,
|
||||||
input_shape: optional shape tuple, only to be specified
|
input_shape: optional shape tuple, only to be specified
|
||||||
if `include_top` is False (otherwise the input shape
|
if `include_top` is False (otherwise the input shape
|
||||||
has to be `(224, 224, 3)` (with `channels_last` data format)
|
has to be `(224, 224, 3)` (with `channels_last` data format)
|
||||||
or `(3, 224, 244)` (with `channels_first` data format).
|
or `(3, 224, 224)` (with `channels_first` data format).
|
||||||
It should have exactly 3 inputs channels,
|
It should have exactly 3 inputs channels,
|
||||||
and width and height should be no smaller than 48.
|
and width and height should be no smaller than 48.
|
||||||
E.g. `(200, 200, 3)` would be one valid value.
|
E.g. `(200, 200, 3)` would be one valid value.
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,7 @@ def VGG19(include_top=True,
|
||||||
input_shape: optional shape tuple, only to be specified
|
input_shape: optional shape tuple, only to be specified
|
||||||
if `include_top` is False (otherwise the input shape
|
if `include_top` is False (otherwise the input shape
|
||||||
has to be `(224, 224, 3)` (with `channels_last` data format)
|
has to be `(224, 224, 3)` (with `channels_last` data format)
|
||||||
or `(3, 224, 244)` (with `channels_first` data format).
|
or `(3, 224, 224)` (with `channels_first` data format).
|
||||||
It should have exactly 3 inputs channels,
|
It should have exactly 3 inputs channels,
|
||||||
and width and height should be no smaller than 48.
|
and width and height should be no smaller than 48.
|
||||||
E.g. `(200, 200, 3)` would be one valid value.
|
E.g. `(200, 200, 3)` would be one valid value.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user