Installation 1:
pip install -r requirements.txt
Installation 2: Install pytorch geometric 1.6.0 through
https://pytorch-geometric.readthedocs.io/en/latest/_modules/torch_geometric/
Please follow the guideline in pytorch geometric 1.6.0 and create your own preprocessed data.
python main.py --net ${GNN} --dataroot ${YOUR_PROCCESSED_DATA_DIR}
- Provide synthetic data.