Input/output error

I am using google colaboratory, in my custom dataset class(inheriting from Dataset class) I am passing a file consisting of strings like ‘1.npy’,'16003.npy which I need to load from my drive.
For example i passed the file as path_x and path_x[1] = ‘100.npy’ , now while loading it using np.load(path_x[1]) I am getting error: OSError: [Errno 5] Input/output error: ‘100.npy’
Can anyone please help me with this?

1 Like

This looks like a Colab issue and is probably not directly related to PyTorch.
It seems it’s being tracked here.