LG-GNN icon indicating copy to clipboard operation
LG-GNN copied to clipboard

This repo is the official implementation of "Classification of Brain Disorders in rs-fMRI via Local-to-Global Graph Neural Networks" published in IEEE Transactions on Medical Imaging.

Results 3 LG-GNN issues
Sort by recently updated
recently updated
newest added

Thank you so much for sharing the work!When I try to run the code on ABIDE-I,an error occured: lg-gnn/layer.py:180:Runtime Warning:Mean of empty sLice. edge_input=(edge_input-edge_input.mean(axis=0) ) /edge_input.std(axis=0) When I tried to...

Hello, thank you for sharing your work! I am trying to run your code but I'm encountering some errors with computing the loss, mainly due to the majority of the...

Thank you so much for sharing the work!but I have some doubts about the following points: Do we not need to take the negative of the mutual information loss?Should we...