Flux.jl/test/runtests.jl

11 lines
141 B
Julia
Raw Normal View History

using Flux
using Base.Test
2016-10-25 15:43:59 +00:00
module MNISTBasic
include("../examples/MNIST.jl")
end
module MNISTConv
include("../examples/mnist-conv.jl")
end