Skip to content

Commit ad83666

Browse files
committed
Fix typo
1 parent f7bbd5a commit ad83666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layers/normalise.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ end
5252
Dropout layer. In the forward pass, apply the [`Flux.dropout`](@ref) function on the input.
5353
5454
For N-D dropout layers (e.g. `Dropout2d` or `Dropout3d` in PyTorch),
55-
specify the `dims` keyword (i.e. `Dropout(p; dims = 2)` is a 2D dropout layer).
55+
specify the `dims` keyword (i.e. `Dropout(p; dims = 3)` is a 2D dropout layer).
5656
5757
Does nothing to the input once [`Flux.testmode!`](@ref) is `true`.
5858
"""

0 commit comments

Comments
 (0)