We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d1efd commit de1b8b5Copy full SHA for de1b8b5
src/layers/conv.jl
@@ -50,7 +50,7 @@ Then:
50
* `filter` should be a tuple of `N` integers.
51
* Keywords `stride` and `dilation` should each be either single integer,
52
or a tuple with `N` integers.
53
-* Keyword `pad` specifies the number of elements added to the image borders. It can be
+* Keyword `pad` specifies the number of elements added to the borders of the data array. It can be
54
- a single integer for equal padding all around,
55
- a tuple of `N` integers, to apply the same padding at begin/end of each spatial dimension,
56
- a tuple of `2*N` integers, for asymmetric padding, or
0 commit comments