Is there a version of the code where we can send batched data into the model?
Current version works on one graph pair at a time.
This is taking too long for larger training data with each data point being fed one at a time into the model via for loop.
Hi.
Is there a version of the code where we can send batched data into the model? Current version works on one graph pair at a time. This is taking too long for larger training data with each data point being fed one at a time into the model via for loop.
Thanks.