Skip to content

Commit

Permalink
fixed joinpath problem in example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cjb committed Oct 28, 2015
1 parent d19f28f commit c051c2a
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 @@ -24,7 +24,7 @@ mlp = @mx.chain mx.Variable(:data) =>

# data provider
batch_size = 100
include(joinpath(Pkg.dir("MXNet"), "/examples/mnist/mnist-data.jl"))
include(joinpath(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 c051c2a

Please sign in to comment.