Skip to content

Commit

Permalink
fix README example
Browse files Browse the repository at this point in the history
  • Loading branch information
yeesian committed Oct 26, 2015
1 parent 5ea6b8c commit dc8ca18
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 dc8ca18

Please sign in to comment.