Skip to content

Minor fix and update

Compare
Choose a tag to compare
@weihua916 weihua916 released this 27 Jun 03:24
· 365 commits to master since this release

This release fixes bugs in a dataset, evaluator, and data loader.

  • Duplicated edges in ogbn-mag are removed. The updated dataset will be downloaded and processed automatically as you run your script for ogbn-mag. #40
  • Evaluators for ogbl-collab and ogbl-ddi are updated. Specifically, ogbl-collab now uses Hits@50, and ogbl-ddi now uses Hits@20.
  • DGL data loader bug for ogbn-mag and ogbl-biokg is fixed. #36