Zarca

Results 3 issues of Zarca

Hello, The distributed training example of GraphSage in: https://github.com/alibaba/graph-learn/blob/master/examples/tf/graphsage/dist_train.py seems to load the full graph (cora) in all machine nodes separately, and begin training using a tensorflow's ps and worker...

Hi, appreciate the awesome work, very impressive and concise implementation of the original paper! Here is something confuses me that, is the performance benchmark link at the [home page](https://github.com/jadore801120/attention-is-all-you-need-pytorch#performance) for...