Flux.jl/test/runtests.jl
2017-10-26 11:46:12 +01:00

10 lines
128 B
Julia

using Flux, Base.Test
@testset "Flux" begin
include("utils.jl")
include("tracker.jl")
include("layers/normalisation.jl")
end