Removed trainmode from tests

This commit is contained in:
Kyle Daruwalla 2020-02-29 16:25:18 -06:00
parent 5cbd2cecf2
commit 568ecb1c97
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ using Flux, Test, Statistics
using Zygote: pullback
evalwgrad(f, x...) = pullback(f, x...)[1]
trainmode(f) = (testmode!(f, false); f)
@testset "Dropout" begin
x = [1.,2.,3.]