-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Fix dataset url #314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix dataset url #314
Conversation
There is "HTTP Error 500" for http. change url to https fixes this.
The http works fine for me, i just checked... |
It might work, but it's better to use https if we can |
no, https is giving subtle problems based on user machines and python version. lets stick to http please (we verify hash anyways) |
It's |
@soumith You are right, that error happens occasionally. How about
to handle them all? |
yes i think that's a good idea. try: |
thanks @lanpa ! |
@alykhantejani What if we also move |
@lanpa originally |
There is "HTTP Error 500" for http. change url to https fixes this.
(link in the official cifar page also says
https://
)