Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/dmlc/MXNet.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
pluskid committed Nov 16, 2015
2 parents e8ab01d + a35c709 commit c2d4b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mlp = @mx.chain mx.Variable(:data) =>

# data provider
batch_size = 100
include(joinpath(Pkg.dir("MXNet"), "examples/mnist/mnist-data.jl"))
include(Pkg.dir("MXNet", "examples", "mnist", "mnist-data.jl"))
train_provider, eval_provider = get_mnist_providers(batch_size)

# setup model
Expand Down

0 comments on commit c2d4b1e

Please sign in to comment.