snap-stanford / ogb

Benchmark datasets, data loaders, and evaluators for graph machine learning
https://ogb.stanford.edu
MIT License
1.89k stars 398 forks source link

change gnn type when virtual node is added #167

Closed cuent closed 3 years ago

cuent commented 3 years ago

gnn_type is passed through and it works by only defining gic and virtual node as True but when loading a model convs would be empty

weihua916 commented 3 years ago

I do not think this is an issue. The original code is correct.