Random error from the dataloader #6543
-
Hi all, I was trying to train my model when suddenly I got this error:
I searched online, but I have yet to find any helpful information. My data loader is defined like this:
And it loads data from a custom dataset. I am trying to debug it, but honestly, I don't know what to do, as it seems to pop up randomly. Do you have any tips? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Mh, may there exist a |
Beta Was this translation helpful? Give feedback.
Mh, may there exist a
input_id
property in one of your graphs that is not present in others? Otherwise, I am not sure. If you have a somewhat reproducible example, this would help us tremendously to track this down :(