-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About keep_ind #1
Comments
The error "Mean of empty sLice." appears to be a problem with your input data, you can check your data again. |
@natlank The link to download the data has been given in the original article, and the corresponding websites have detailed instructions. |
你好,我也遇到了相同的问题,请问是如何解决的问题 |
您好,请问十折交叉验证的每一折的最终的精度为什么和其他折相差较大? |
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!
The text was updated successfully, but these errors were encountered: