Skip to content

Commit

Permalink
Merge pull request apache#151 from dmlc/vc/fix_150
Browse files Browse the repository at this point in the history
fix missing wget apache#150
  • Loading branch information
vchuravy committed Oct 24, 2016
2 parents 4664f3b + eee5ca7 commit 5880b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function get_cifar10()
filenames = Dict([k => joinpath(cifar10_dir, v) for (k,v) in filenames])
if !all(isfile, values(filenames))
cd(cifar10_dir) do
run(`http://data.dmlc.ml/mxnet/data/cifar10.zip`)
download("http://data.dmlc.ml/mxnet/data/cifar10.zip", "cifar10.zip")
try
run(`unzip -u cifar10.zip`)
catch
Expand Down

0 comments on commit 5880b77

Please sign in to comment.