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
Traceback (most recent call last):
File "train.py", line 45, in
train_display_images_b = torch.stack([train_loader_b.dataset[i] for i in range(display_size)]).cuda()
File "train.py", line 45, in
train_display_images_b = torch.stack([train_loader_b.dataset[i] for i in range(display_size)]).cuda()
File "/content/MUNIT/data.py", line 119, in getitem
path = self.imgs[index]
IndexError: list index out of range
I've built on my own custom dataset called documents.
Documents is a subfolder in datasets, containing 4 directories and 4 text files.
Have made changes to .yaml file (changed last line to correspond to the correct dataset directory), and renamed as doc2doc.yaml
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "train.py", line 45, in
train_display_images_b = torch.stack([train_loader_b.dataset[i] for i in range(display_size)]).cuda()
File "train.py", line 45, in
train_display_images_b = torch.stack([train_loader_b.dataset[i] for i in range(display_size)]).cuda()
File "/content/MUNIT/data.py", line 119, in getitem
path = self.imgs[index]
IndexError: list index out of range
I've built on my own custom dataset called documents.
Documents is a subfolder in datasets, containing 4 directories and 4 text files.
Have made changes to .yaml file (changed last line to correspond to the correct dataset directory), and renamed as doc2doc.yaml
The text was updated successfully, but these errors were encountered: