Skip to content

Commit bddb5aa

Browse files
Updated minor changes
Co-authored-by: Michael Abbott <32575566+mcabbott@users.noreply.github.com>
1 parent e138e78 commit bddb5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layers/conv.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ and a batch of 50 would be a `100×100×3×50` array.
4242
This has `N=2` spatial dimensions, and needs a kernel size like `(5,5)`,
4343
a 2-tuple of integers.
4444
45-
To take convolutions along `N` dimensions, this layer expects as input an array
45+
To take convolutions along `N` feature dimensions, this layer expects as input an array
4646
with `ndims(x) == N+2`, where `size(x, N+1) == in` is the number of input channels,
4747
and `size(x, ndims(x))` is (as always) the number of observations in a batch.
4848
Then:

0 commit comments

Comments
 (0)