Fix rebase changes

- Remove `Flux.testmode!` reference (the function no longer exists).
- Change TrackedArray to Array in doctest (Tracker -> Zygote).
This commit is contained in:
janEbert 2019-10-07 16:43:20 +02:00
parent ff9198b939
commit 3b913cd501
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ end
"""
Dropout(p, dims = :)
A Dropout layer. In the forward pass, applies the [`dropout`](@ref) function on the input.
Dropout layer. In the forward pass, applies the [`Flux.dropout`](@ref) function on the input.
Does nothing to the input once [`Flux.testmode!`](@ref) is `true`.
"""