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
Found this bug when trying to unzip 26 000 images from gdrive. The solution I found was to unzip with a command line in the Colab terminal and it did the trick.
Found this bug when trying to unzip 26 000 images from gdrive. The solution I found was to unzip with a command line in the Colab terminal and it did the trick.
!unzip gdrive/MyDrive/image_dataset.zip > /dev/null
Maybe updating to PyDrive2 might solve the issue, but i am not shure !
The text was updated successfully, but these errors were encountered: