Skip to content

Commit

Permalink
fix missing wget apache#150
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Oct 24, 2016
1 parent 4664f3b commit eee5ca7
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 eee5ca7

Please sign in to comment.