This commit is contained in:
Mike J Innes 2016-10-30 12:11:28 +00:00
parent e433ffce8f
commit d5e0804669
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ include("../examples/MNIST.jl")
end
module MNISTConv
include("../examples/mnist-conv.jl")
include("../examples/integration.jl")
end