File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,7 @@ Keywords to control initialization of the layer:
76
76
* `bias` - The initial bias vector is all zero by default. Trainable bias can be disabled entirely
77
77
by setting this to `false`, or another vector can be provided such as `bias = randn(Float32, out)`.
78
78
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
81
80
same keywords (and has the same defaults) as the `Conv((4,4), 3 => 7, relu)` method.
82
81
83
82
See also [`ConvTranspose`](@ref), [`DepthwiseConv`](@ref), [`CrossCor`](@ref).
You can’t perform that action at this time.
0 commit comments