A C++ version of GraphSage with PyTorch Compile mkdir build cd build; cmake .. make Running Unsupervised example cd build mkdir unsupervised_cora ./unsupervised Evaluating the embeddings cd eval_scripts python cora_eval.py -d ../build/unsupervised_cora -l ../data/cora-label_map.json