test char-rnn

This commit is contained in:
Mike J Innes 2016-11-08 19:22:34 +00:00
parent 5b50d58381
commit bba9366ec7
1 changed files with 4 additions and 0 deletions

View File

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