IBM / EvolveGCN

Code for EvolveGCN: Evolving Graph Convolutional Networks for Dynamic Graphs
Apache License 2.0
508 stars 164 forks source link

batch size for the models #10

Open trinayan opened 4 years ago

trinayan commented 4 years ago

Hi,

Thanks for making this work public. I wanted to know if a batch size of more than 1 is supported. I saw in the example yaml not to change the batch size. I tried with the reddit yaml example and using batch size larger than 1 causes the program to crash. Is there a way to fix this issue to enable larger batches?. Thank you