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 e138e78 commit bddb5aaCopy full SHA for bddb5aa
src/layers/conv.jl
@@ -42,7 +42,7 @@ and a batch of 50 would be a `100×100×3×50` array.
42
This has `N=2` spatial dimensions, and needs a kernel size like `(5,5)`,
43
a 2-tuple of integers.
44
45
-To take convolutions along `N` dimensions, this layer expects as input an array
+To take convolutions along `N` feature dimensions, this layer expects as input an array
46
with `ndims(x) == N+2`, where `size(x, N+1) == in` is the number of input channels,
47
and `size(x, ndims(x))` is (as always) the number of observations in a batch.
48
Then:
0 commit comments