Skip to content

CogDL v0.3.0

Compare
Choose a tag to compare
@cenyk1230 cenyk1230 released this 03 Mar 12:02
· 151 commits to master since this release
9833a4b

A new major release! 🎉🎉🎉
It provides a fast spmm operator to speed up GNN training. We also release the first version of CogDL paper in arXiv. In the paper, we introduce the design, the characteristics, the features, and the reproducible leaderboards.
Welcome to join our slack!

New Features

New Models

  • #193 Add ClusterGCN model
  • #194 Add GraphSAINT model

New Datasets

  • #167 Add Reddit dataset
  • #175 Add PPI dataset

New Examples

  • #173 Add usages of customized models
  • #174 Add usages of customized datasets

Miscellaneous

  • #170 Remove PyG dependency of several models
  • #169 #174 #182 Remove PyG dependency of datasets