PyTorch, NetworkX, DGL, Numpy, Scipy, Scikit-Learn, Tensorboard, TensorboardX
To replicate the Geom-GCN results from Table 3, run
bash NewTableThreeGeomGCN_runs.txt
To replicate the GCN results from Table 3, run
bash NewTableThreeGCN_runs.txt
To replicate the GAT results from Table 3, run
bash NewTableThreeGAT_runs.txt
Results will be stored in runs
.
To replicate the results for utilizing all embedding methods simultaneously, run
bash ExperimentTwoAllGeomGCN_runs.txt
Results will be stored in runs
.