-
Notifications
You must be signed in to change notification settings - Fork 35
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 reproducing the paper #13
Comments
There may be some problems with my above description. I want to repeat it. The pytorch version you gave is 1.1.0, so you can only install lower versions of torch_scatter, torch_geometric, etc. For example, I use |
我也遇到这个问题,但是我已经解决了; 希望可以帮到你 |
我也是使用的torch1.4.0版本就可以了,谢谢!
…------------------ 原始邮件 ------------------
发件人: "chunyuanY/RumorDetection" ***@***.***>;
发送时间: 2021年4月6日(星期二) 下午4:41
***@***.***>;
***@***.******@***.***>;
主题: Re: [chunyuanY/RumorDetection] about reproducing the paper (#13)
我也遇到这个问题,但是我已经解决了;
我的pip包版本如下:
torch 1.4.0
torch-cluster 1.5.2
torch-geometric 1.6.3
torch-scatter 2.0.3
torch-sparse 0.5.1
torch-spline-conv 1.2.0
torchvision 0.5.0
cuda version=10.0(使用conda直接安装的cudatootik)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@dabaoer 请问一下numpy、Matplotlib、scipy、numba等库的版本是多少呢?我的numpy版本可能太新了,会有以下报错:
|
您好,请问您使用的python版本是什么呢? |
1.4的无法下载了 |
Hello, I encountered a problem when reproducing your paper. You mentioned that the pytorch version used is 1.1.0, but the torch_geometric used in your code does not support torch 1.1.0, so where is the problem?
The text was updated successfully, but these errors were encountered: