I am facing a issue while trying to download the dataset for the RSNA STR Pulmonary Embolism Detection competition to my Google Drive using Kaggle and Google Colab Pro. Despite having 2TB of available storage on Google Drive and being a Colab Pro user, the download process frequently gets stuck and shows an “OSError: [Errno 28] No space left on device” error. Could someone please provide further insights or solutions to resolve this issue?
Or an idea for another platform to download to Drive?
the code on cloab:
from google.colab import drive
drive.mount(‘/content/drive’)
!pip install kaggle
!mkdir ~/.kaggle
!cp /content/kaggle.json ~/.kaggle/
!chmod 600 ~/.kaggle/kaggle.json
!kaggle competitions download -c rsna-str-pulmonary-embolism-detection -p /content/drive/MyDrive/rsna_data
Diana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.