Merge pull request #43884 from marcospgp:patch-1
PiperOrigin-RevId: 360216891 Change-Id: I6b4cd621e50fe4eb65c3d6d049cd0c924745735d
This commit is contained in:
commit
27fadcdbde
@ -534,7 +534,8 @@ class Conv2D(Conv):
|
||||
provide the keyword argument `input_shape`
|
||||
(tuple of integers or `None`, does not include the sample axis),
|
||||
e.g. `input_shape=(128, 128, 3)` for 128x128 RGB pictures
|
||||
in `data_format="channels_last"`.
|
||||
in `data_format="channels_last"`. You can use `None` when
|
||||
a dimension has variable size.
|
||||
|
||||
Examples:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user