Flux.jl/test/runtests.jl
2016-11-08 19:22:34 +00:00

15 lines
197 B
Julia

using Flux
using Base.Test
module MNISTBasic
include("../examples/MNIST.jl")
end
module MNISTConv
include("../examples/integration.jl")
end
module CharRNN
include("../examples/char-rnn.jl")
end