PyG-OGB-Tricks icon indicating copy to clipboard operation
PyG-OGB-Tricks copied to clipboard

Bags of Tricks in OGB (node classification) with GCNs.

Results 4 PyG-OGB-Tricks issues
Sort by recently updated
recently updated
newest added

好奇为什么给交叉熵加上常数后效果会好?这个有什么理论依据吗?

DGL-ogbn-proteins/models.py 408 line. Because each `h` in the variable `layer_out` has a different size, the weighted sum function will report an error. Is the uploaded code version wrong?

Traceback (most recent call last): File "node2vec_proteins.py", line 4, in from torch_geometric.nn import Node2Vec File "/home/waqar.ali/.local/lib/python3.8/site-packages/torch_geometric/_init_.py", line 6, in import torch_geometric.transforms File "/home/waqar.ali/.local/lib/python3.8/site-packages/torch_geometric/transforms/_init_.py", line 38, in from .delaunay import Delaunay...

![error (1)](https://user-images.githubusercontent.com/119195312/209480649-e64070b0-ba1d-48ab-83ab-67d0241ec0d7.PNG)