See the requirements.txt
for environment configuration.
pip install -r requirements.txt
PyTorch Geometric
To install PyTorch Geometric library, please refer to the pyg
ADNI raw datasets can be acquired via following link ADNI:
Process the raw data through DPABSF to obtain the Functional connectivity matrix and then generate the data set through process_data.py
.
MGFGAT/run/process_data.py
Training and testing are integrated in file main.py
.
MGFGAT/run/main.py