better test structure
This commit is contained in:
parent
03840d043c
commit
752c4e39e8
|
@ -1,14 +1,6 @@
|
|||
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
|
||||
include("basic.jl")
|
||||
include("recurrent.jl")
|
||||
include("backend.jl")
|
||||
|
|
Loading…
Reference in New Issue