THUDM / CogDL

CogDL: A Comprehensive Library for Graph Deep Learning (WWW 2023)
https://cogdl.ai
MIT License
1.73k stars 314 forks source link

Is there any plans to release version of tensorflow? #10

Closed LCorleone closed 4 years ago

LCorleone commented 4 years ago

Thanks a lot.

qibinc commented 4 years ago

Dear @LCorleone ,

Many graph embedding algorithms, like deepwalk, line, netmf, only run on CPU and are written in pure python, regardless of DL libraries. Because our GNNs are based on efficient implementations in pytorch_geometric, we don't have any plans for TF in the short term.

Best,