You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The download is broken: one the google drive URL no longer works directly. You need to download it then upload it because google asks if you are sure you want to.
Second Issue:
So once I manually uploaded the zip file, I've run the notebook and it gets stuck on loading the images and gives a very unhelpful error on this line dls = binary.dataloaders(path/'images_data_crop', bs=8)
The error looks like this:
AttributeError: read
Was curious if any one else has run into this?
The text was updated successfully, but these errors were encountered:
Hi all,
Actually two issues with running https://walkwithfastai.com/Binary_Segmentation in Google Colab.
First Issue:
The download is broken: one the google drive URL no longer works directly. You need to download it then upload it because google asks if you are sure you want to.
Second Issue:
So once I manually uploaded the zip file, I've run the notebook and it gets stuck on loading the images and gives a very unhelpful error on this line
dls = binary.dataloaders(path/'images_data_crop', bs=8)
The error looks like this:
Was curious if any one else has run into this?
The text was updated successfully, but these errors were encountered: