Skip to content

Commit

Permalink
Merge pull request apache#6 from yeesian/patch-1
Browse files Browse the repository at this point in the history
fix README example
  • Loading branch information
pluskid committed Oct 26, 2015
2 parents eb84402 + dc8ca18 commit 2a2b425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ mlp = @mx.chain mx.Variable(:data) =>

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

# setup estimator
Expand Down

0 comments on commit 2a2b425

Please sign in to comment.