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

#GCN,make_dataset.m #19

Closed
zh0501 opened this issue Nov 24, 2022 · 8 comments
Closed

#GCN,make_dataset.m #19

zh0501 opened this issue Nov 24, 2022 · 8 comments

Comments

@zh0501
Copy link

zh0501 commented Nov 24, 2022

作者你好,我在使用MATLAB运行make_dataset.m时,出现下述报错,我查询了百度,根据建议我禁止excel的com加载项,但结果还是不行,请问这是我电脑的内存问题还是什么别的呢?
image

@SuperBruceJia
Copy link
Owner

作者你好,我在使用MATLAB运行make_dataset.m时,出现下述报错,我查询了百度,根据建议我禁止excel的com加载项,但结果还是不行,请问这是我电脑的内存问题还是什么别的呢? image

Could I know how many memories your laptop has? The reason for this problem may be the lack of memory when saving the training data into an Excel file.

@oopstls
Copy link

oopstls commented Nov 24, 2022

I also encountered the same problem, and replaced xlswrite with writematrix solved with 16G memories

@SuperBruceJia
Copy link
Owner

I also encountered the same problem, and replaced xlswrite with writematrix solved with 16G memories

@oopstls Thank you very much for your solution!
@zh0501 You may use writematrix instead.

@zh0501
Copy link
Author

zh0501 commented Nov 24, 2022

@oopstls Thank you very much,your suggestion is appropriate, my problem is solved
@SuperBruceJia Thank you very much for your reply too

@SuperBruceJia
Copy link
Owner

作者您好,想请问一下您,在数据处理步骤我按照前面朋友们给的建议把xlswrite换成writematrix用16G内存,数据处理完成,在训练时候代码运行出现这种情况,想请问一下 微信图片_20230221152644

此时需要执行main-GCN.py文件。

@SuperBruceJia
Copy link
Owner

作者好,想您您,在在处理步骤我我按照给的的的把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把把微信图片_20230221152644

此时需要执行main-GCN.py文件。

好的感谢作者,请问一下您可以指点一下这个代码的具体配置要求吗(机器环境)?我用的tf1.15,遇到了GCN网络输入不正确,是数据处理方面的问题还是?

我用的tf1.15: 可以使用这个环境的。

遇到了GCN网络输入不正确,是数据处理方面的问题还是: 应该是数据的维度不符合网络架构,建议根据数据的维度修改下网络的架构(具体参考Notice的第二点)。

@zh0501
Copy link
Author

zh0501 commented Apr 6, 2023

作者,你好请问你使用的GPU是什么?我训练模型需要的时间非常长,是有什么问题吗

@zh0501
Copy link
Author

zh0501 commented Apr 11, 2023 via email

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

3 participants