dmlc / MXNet.jl

MXNet Julia Package - flexible and efficient deep learning in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pkg.test() on Julia 0.5.0 fails

mdpradeep opened this issue · comments

One of the tests fails because http://data.dmlc.ml/mxnet/data/mnist.zip is not available. This is referenced from https://github.com/dmlc/MXNet.jl/blob/master/src/util.jl#L21. Should this be changed to http://data.mxnet.io/mxnet/data/mnist.zip ?

Thanks! We fixed this in the master. The dmlc.ml DNS is indeed very unstable from time to time.