Collate error when running Batch.from_data_list()
in forward()
method of model
#9985
Labels
Batch.from_data_list()
in forward()
method of model
#9985
🐛 Describe the bug
I am trying to create graphs within the
forward()
method of my model using CNN decoder embeddings, but I am getting the following error:Just so you have an idea, I am trying to batch these two graphs:
When I try to create the batch with random data I don't get this error. It only happens when I use the function in the
forward()
method.Versions
The text was updated successfully, but these errors were encountered: