Angel-ML / PyTorch-On-Angel

PyTorch On Angel, arming PyTorch with a powerful Parameter Server, which enable PyTorch to train very big models.
164 stars 51 forks source link

gcn_modified.py is added by ZhenbangYou #108

Open ZhenbangYou opened 2 years ago

ZhenbangYou commented 2 years ago

After local test, I find that the original implementation of gcn (gcn.py) has some bugs. I fix them in a new python file called "gcn_modified.py" within the same fold, leaving the original implementation intact.