skrantidatta / Attention-based-Skin-Cancer-Classification

41 stars 27 forks source link

Reading zip file into Colab doesn't work for me #4

Open Samira-Shemirani opened 2 years ago

Samira-Shemirani commented 2 years ago

Hello dear Skrantidatta, Thank you so much for sharing your knowledge! I have issue in running this code cell and I get error about not working: What can I do? " from zipfile import ZipFile filename="/content/drive/MyDrive/ISIC-2017_Training_Data.zip" with ZipFile(filename,'r') as zip: zip.extractall() print("done")" Error is about not finding the zip file, however I already have it in the direction.. Thank you so much for answering!