Fixes GitHub 43886
PiperOrigin-RevId: 336428634 Change-Id: I4881dc852d2d8bfb78f38c1b9896fde95b9cf151
This commit is contained in:
parent
e2c1252e71
commit
d3fa99b2a8
@ -575,7 +575,7 @@ class Conv2D(Conv):
|
|||||||
specify the same value for all spatial dimensions. Specifying any stride
|
specify the same value for all spatial dimensions. Specifying any stride
|
||||||
value != 1 is incompatible with specifying any `dilation_rate` value != 1.
|
value != 1 is incompatible with specifying any `dilation_rate` value != 1.
|
||||||
padding: one of `"valid"` or `"same"` (case-insensitive).
|
padding: one of `"valid"` or `"same"` (case-insensitive).
|
||||||
`"valid"` means no padding. `"same"` results in zero padding evenly to
|
`"valid"` means no padding. `"same"` results in padding evenly to
|
||||||
the left/right or up/down of the input such that output has the same
|
the left/right or up/down of the input such that output has the same
|
||||||
height/width dimension as the input.
|
height/width dimension as the input.
|
||||||
data_format: A string, one of `channels_last` (default) or `channels_first`.
|
data_format: A string, one of `channels_last` (default) or `channels_first`.
|
||||||
|
Loading…
Reference in New Issue
Block a user