I was going through the BERT Loss lab using Colab, but when running the first cell under “Getting Things Ready”, I got the following error: “FileNotFoundError: [Errno 2] No such file or directory: ‘/content/drive/My Drive/NLP_C4_W3_Colabs/data/data.txt’”.
I had already executed the previous code, which would download to my Google Drive:
from google.colab import drive
drive.mount(‘/content/drive/’, force_remount=True)
path = “/content/drive/My Drive/NLP_C4_W3_Colabs”
And given the Colab permission to access the drive. Is this a lab error, or is there something else I should do. My Google Drive still has about 7 GB of space and I didn’t get any out of memory messages, but neither do I see this directory on my Google Drive. Is there something I shd do?