Skip to content

Commit

Permalink
Changed normalisation.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavay-2001 committed Jan 4, 2024
1 parent 2125a95 commit cb8317b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/layers/normalisation.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Flux, Test, Statistics, Random
using Zygote: pullback, ForwardDiff

global evalwgrad(f, x...) = pullback(f, x...)[1]
evalwgrad(f, x...) = pullback(f, x...)[1]

@testset "Dropout" begin
@testset for rng_kwargs in ((), (; rng = MersenneTwister()))
Expand Down

0 comments on commit cb8317b

Please sign in to comment.