Skip to content

Commit 7398a03

Browse files
Update src/layers/conv.jl
Co-authored-by: Brian Chen <[email protected]>
1 parent a53b0f9 commit 7398a03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/layers/conv.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ Keywords to control initialization of the layer:
7676
* `bias` - The initial bias vector is all zero by default. Trainable bias can be disabled entirely
7777
by setting this to `false`, or another vector can be provided such as `bias = randn(Float32, out)`.
7878
79-
Convolutional layer can also be constructed with given weights and biases.
80-
While constructung a convolutional layer by providing weights and biases, the layer accepts the
79+
Convolutional layers can also be constructed with given weights and biases. This constructor accepts the
8180
same keywords (and has the same defaults) as the `Conv((4,4), 3 => 7, relu)` method.
8281
8382
See also [`ConvTranspose`](@ref), [`DepthwiseConv`](@ref), [`CrossCor`](@ref).

0 commit comments

Comments
 (0)