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

About keep_ind

Open hetang-wang opened this issue 1 year ago • 4 comments

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 edit the following code change 1.1 to 0.4, it still didn't fix the problem: util.py : 113 : keep_ind = np.where(aff_score > 1.1)[0]

Looking forward to your reply, thank you!

hetang-wang avatar Sep 20 '23 02:09 hetang-wang