BUPT-GAMMA / OpenHGNN

This is an open-source toolkit for Heterogeneous Graph Neural Network(OpenHGNN) based on DGL.
Apache License 2.0
828 stars 141 forks source link

minibatch for GIN #168

Closed CarlosDJY closed 1 year ago

CarlosDJY commented 1 year ago

Minibatch Part for GIN Model

Description

Implemented the minibatch part of the GIN model.

Changes