better test structure
This commit is contained in:
parent
03840d043c
commit
752c4e39e8
0
test/backend.jl
Normal file
0
test/backend.jl
Normal file
0
test/basic.jl
Normal file
0
test/basic.jl
Normal file
0
test/recurrent.jl
Normal file
0
test/recurrent.jl
Normal file
@ -1,14 +1,6 @@
|
|||||||
using Flux
|
using Flux
|
||||||
using Base.Test
|
using Base.Test
|
||||||
|
|
||||||
module MNISTBasic
|
include("basic.jl")
|
||||||
include("../examples/MNIST.jl")
|
include("recurrent.jl")
|
||||||
end
|
include("backend.jl")
|
||||||
|
|
||||||
module MNISTConv
|
|
||||||
include("../examples/integration.jl")
|
|
||||||
end
|
|
||||||
|
|
||||||
module CharRNN
|
|
||||||
include("../examples/char-rnn.jl")
|
|
||||||
end
|
|
||||||
|
Loading…
Reference in New Issue
Block a user