divelab / DIG

A library for graph deep learning research
https://diveintographs.readthedocs.io/
GNU General Public License v3.0
1.86k stars 281 forks source link

Feature: implement `GCN_3l` with batch normalization #147

Closed alirezadizaji closed 2 years ago

alirezadizaji commented 2 years ago

Hi, I was training GCN_3l and it was extremely slow so I came up with using batch normalization which now becomes extremely fast.