Skip to content
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

Open
hetang-wang opened this issue Sep 20, 2023 · 4 comments
Open

About keep_ind #1

hetang-wang opened this issue Sep 20, 2023 · 4 comments

Comments

@hetang-wang
Copy link

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!

@cnuzh
Copy link
Owner

cnuzh commented Nov 21, 2023

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 error "Mean of empty sLice." appears to be a problem with your input data, you can check your data again.

@cnuzh
Copy link
Owner

cnuzh commented Nov 21, 2023

兄弟,你知道怎么下载本文的数据集吗,求问下载abide的时候python指令的derivative是什么

@natlank The link to download the data has been given in the original article, and the corresponding websites have detailed instructions.

@Mihkelwork
Copy link

非常感谢您分享工作!当我尝试在 ABIDE-I 上运行代码时,发生错误:

lg-gnn/layer.py:180:运行时警告:空虱子的平均值。 edge_input=(edge_input-edge_input.mean(轴=0) ) /edge_input.std(轴=0)

当我尝试将以下代码更改为 1.1 到 0.4 时,它仍然没有解决问题: util.py : 113 : keep_ind = np.where(aff_score > 1.1)[0]

期待您的回复,谢谢!

你好,我也遇到了相同的问题,请问是如何解决的问题

@sws827767542
Copy link

您好,请问十折交叉验证的每一折的最终的精度为什么和其他折相差较大?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants