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 "test_iteration_conf_gnn.py", line 185, in
main()
File "test_iteration_conf_gnn.py", line 136, in main
for index, batch in enumerate(testloader):
File "D:\lib\site-packages\torch\utils\data\dataloader.py", line 615, in next
batch = self.collate_fn([self.dataset[i] for i in indices])
File "D:\lib\site-packages\torch\utils\data\dataloader.py", line 615, in
batch = self.collate_fn([self.dataset[i] for i in indices])
File "D:\muqian\code\AGNN\dataloaders\PairwiseImg_test_new.py", line 115, in getitem
my_index = self.Index[seq_name1]
KeyError: '480p'
i don't know how to tackle it.Please help me.Thank you very mach.
The text was updated successfully, but these errors were encountered:
The Error is
Traceback (most recent call last):
File "test_iteration_conf_gnn.py", line 185, in
main()
File "test_iteration_conf_gnn.py", line 136, in main
for index, batch in enumerate(testloader):
File "D:\lib\site-packages\torch\utils\data\dataloader.py", line 615, in next
batch = self.collate_fn([self.dataset[i] for i in indices])
File "D:\lib\site-packages\torch\utils\data\dataloader.py", line 615, in
batch = self.collate_fn([self.dataset[i] for i in indices])
File "D:\muqian\code\AGNN\dataloaders\PairwiseImg_test_new.py", line 115, in getitem
my_index = self.Index[seq_name1]
KeyError: '480p'
i don't know how to tackle it.Please help me.Thank you very mach.
The text was updated successfully, but these errors were encountered: