test char-rnn

This commit is contained in:
Mike J Innes 2016-11-08 19:22:34 +00:00
parent 5b50d58381
commit bba9366ec7

View File

@ -8,3 +8,7 @@ end
module MNISTConv module MNISTConv
include("../examples/integration.jl") include("../examples/integration.jl")
end end
module CharRNN
include("../examples/char-rnn.jl")
end