Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Document that "same" is inconsistent across backends with strides!=1 (k…
Browse files Browse the repository at this point in the history
…eras-team#9629)

* Document that `"same"` is inconsistent across backends with `strides` != 1

* Use "[here](...)"
  • Loading branch information
ozabluda authored and sandeep-krishnamurthy committed Jun 15, 2018
1 parent 546b50f commit b71e8e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keras/layers/convolutional.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,9 @@ class Conv3D(_Conv):
Specifying any stride value != 1 is incompatible with specifying
any `dilation_rate` value != 1.
padding: one of `"valid"` or `"same"` (case-insensitive).
Note that `"same"` is slightly inconsistent across backends with
`strides` != 1, as described
[here](https://github.com/keras-team/keras/pull/9473#issuecomment-372166860)
data_format: A string,
one of `channels_last` (default) or `channels_first`.
The ordering of the dimensions in the inputs.
Expand Down

0 comments on commit b71e8e4

Please sign in to comment.