From 37b48f18ac305ec6bf89d592886225d73bf26994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kenta=20Sato=20=28=E4=BD=90=E8=97=A4=20=E5=BB=BA=E5=A4=AA?= =?UTF-8?q?=29?= Date: Mon, 16 Nov 2015 00:55:16 +0900 Subject: [PATCH] fix the sample code in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6ae2d5cebe8..8bf867f39964 100644 --- a/README.md +++ b/README.md @@ -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