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 737214f commit db5d979Copy full SHA for db5d979
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
-For `N` dimensional data, this layer expects as input an array
+To take convolutions along `N` 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 the last dimension is `size(x,N+2) == batches`.
48
Then:
0 commit comments