RumorDetection
RumorDetection copied to clipboard
about reproducing the paper
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?
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 torch-scatter1.3.2, torch-cluster1.4.5 torch-sparse0.4.3 torch-spline-conv1.1.1 torch_geometric1.3.2 Then when I run the code again, I will get some errors. For example, some are because torch_geometric does not have a typing.py file, but there is one in the latest version, so this should be caused by the lower version of torch_geometric, but the torch1.1.0 you gave can only install lower versions . What is the reason for this?
我也遇到这个问题,但是我已经解决了; 我的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)
希望可以帮到你
我也是使用的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版本可能太新了,会有以下报错:
ModuleNotFoundError: No module named 'numpy.random.bit generator'
我也遇到这个问题,但是我已经解决了; 我的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)
希望可以帮到你
您好,请问您使用的python版本是什么呢?
torch
1.4的无法下载了