PKU-DAIR / SGL

A scalable graph learning toolkit for extremely large graph datasets. (WWW'22, 🏆 Best Student Paper Award)
https://sgl-doc.readthedocs.io/en/latest
MIT License
140 stars 21 forks source link

Correct and Smooth #4

Closed caolonghao closed 2 years ago

caolonghao commented 2 years ago

仿照pyG把C&S实现成了一个挂件放在trick中,因为使用涉及到task中的embedding输出,因此额外实现了一个使用C&S的NodeClassification任务放在task中

caolonghao commented 2 years ago

Label Reuse 和 Label use 也实现了,现在专门实现在一个分开的 NodeClassification_with_Label_use类中,后续可以看代码是否能够合并