Skip to content

Commit e7ad7f8

Browse files
committed
Remove doctest from Dropout layer
1 parent ef69936 commit e7ad7f8

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
@@ -67,7 +67,7 @@ Custom RNGs are only supported on the CPU.
6767
Does nothing to the input once [`Flux.testmode!`](@ref) is `true`.
6868
6969
# Examples
70-
```jldoctest; filter = r"[+-]?(?:(?:[0-9])(?:\\.\\d+)?)|(?:1)(?:\\.0+)?"
70+
```julia
7171
julia> m = Chain(Dense(2 => 2), Dropout(1))
7272
Chain(
7373
Dense(2 => 2), # 6 parameters

0 commit comments

Comments
 (0)