Flux.jl/test/runtests.jl
CarloLucibello 2e1ed4c3fc add dropout
2017-10-23 10:12:53 +02:00

10 lines
114 B
Julia

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