fastai / course-v3

The 3rd edition of course.fast.ai
https://course.fast.ai/
Apache License 2.0
4.9k stars 3.55k forks source link

Can not download pet dataset in lesson1 #512

Closed Utsav13 closed 4 years ago

Utsav13 commented 4 years ago

Hey, when I am executing this command in my Jupyter notebook, the download stucks there, means no dataset is downloading using that... Lesson1:- command path = untar_data(URLs.PETS); path

Annotation 2020-04-30 170157

can You guide me what is an issue with this ????

CaseGuide commented 4 years ago

I tried this today using a SageMaker notebook and had no issues downloading it.

Utsav13 commented 4 years ago

when I am run using with colab notebook, it works fine. but when I am run in my PC, using this link that is not downloaded, I have windows10 os in my PC, I am run it with jupyter notebook. Any other details u needed to finding an issue with this ?

Utsav13 commented 4 years ago

I can not find an original issue but right now I am solving it using manual operations, using wget and tar. Thanks for ur support.