Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 508 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 508 Bytes

FoSR

FoSR: First-order spectral rewiring for addressing oversquashing in GNNs

Requirements

To configure and activate the conda environment for this repository, run

conda env create -f environment.yml
conda activate oversquashing

Experiments

To run experiments for the TUDataset benchmark, run the file run_graph_classification.py. The following command will run the benchmark for FoSR with 20 iterations:

python run_graph_classification.py --rewiring fosr --num_iterations 20