duLun008
Results
1
comments of
duLun008
> when using the new version packet,I meet the problem too.And,I change the code in GAIN.py. > > ```shell > # graph_big = dgl.batch_hetero(graphs) > graph_big = dgl.batch_hetero(graphs).to('cuda:0') > ......