Pytorch on Angel provides the ability to run graph convolution network algorithm. We follow Pytorch-Geometric to define the graph convolution networks while using the parameter server of Angel to ...
Examples are shown in folder data/cora/. cd src python Graphsage.py --dataset ../data/cora/ --eval_file ../data/cora/eval/rel.txt --save_emb 1 --save_emb_file ../data ...