Skip to content

Commit

Permalink
Merge pull request #262 from Eggiverse/master
Browse files Browse the repository at this point in the history
Avoid repeating download
  • Loading branch information
CarloLucibello authored Nov 30, 2020
2 parents 0e8de61 + 1971337 commit b4732e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision/mnist/mlp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ end
end

function getdata(args)
MLDatasets.MNIST.download(i_accept_the_terms_of_use=true)
ENV["DATADEPS_ALWAYS_ACCEPT"] = "true"

# Loading Dataset
xtrain, ytrain = MLDatasets.MNIST.traindata(Float32)
Expand Down

0 comments on commit b4732e5

Please sign in to comment.