jakesnell / prototypical-networks

Code for the NeurIPS 2017 Paper "Prototypical Networks for Few-shot Learning"
MIT License
1.12k stars 254 forks source link

Error while training #24

Open Rukhmini opened 3 years ago

Rukhmini commented 3 years ago

Hi, I am getting an error like this while training the network.

OSError Traceback (most recent call last) /content/drive/My Drive/prototypical-network-pytorch-master/train.py in () 66 ta = Averager() 67 ---> 68 for i, batch in enumerate(trainloader, 1): 69 data, = [.cuda() for in batch] 70 p = args.shot * args.train_way

3 frames /usr/local/lib/python3.7/dist-packages/torch/_utils.py in reraise(self) 427 # have message field 428 raise self.exc_type(message=msg) --> 429 raise self.exc_type(msg) 430 431

OSError: Caught OSError in DataLoader worker process 0. Original Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/torch/utils/data/_utils/worker.py", line 202, in _worker_loop data = fetcher.fetch(index) File "/usr/local/lib/python3.7/dist-packages/torch/utils/data/_utils/fetch.py", line 44, in fetch data = [self.dataset[idx] for idx in possibly_batched_index] File "/usr/local/lib/python3.7/dist-packages/torch/utils/data/_utils/fetch.py", line 44, in data = [self.dataset[idx] for idx in possibly_batched_index] File "/content/drive/My Drive/prototypical-network-pytorch-master/mini_imagenet.py", line 48, in getitem image = self.transform(Image.open(path).convert('RGB')) File "/usr/local/lib/python3.7/dist-packages/PIL/Image.py", line 2843, in open fp = builtins.open(filename, "rb") OSError: [Errno 5] Input/output error: './materials/images/n0450941700000967.jpg'