RumorDetection icon indicating copy to clipboard operation
RumorDetection copied to clipboard

about reproducing the paper

Open dabaoer opened this issue 4 years ago • 6 comments

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?

dabaoer avatar Jan 30 '21 13:01 dabaoer

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?

dabaoer avatar Feb 01 '21 10:02 dabaoer

我也遇到这个问题,但是我已经解决了; 我的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)

希望可以帮到你

yanmengqi avatar Apr 06 '21 08:04 yanmengqi

我也是使用的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 avatar Apr 06 '21 08:04 dabaoer

@dabaoer 请问一下numpy、Matplotlib、scipy、numba等库的版本是多少呢?我的numpy版本可能太新了,会有以下报错:

ModuleNotFoundError: No module named 'numpy.random.bit generator'

ETOjianglinpai avatar Jan 17 '23 16:01 ETOjianglinpai

我也遇到这个问题,但是我已经解决了; 我的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版本是什么呢?

cxyccc avatar Apr 27 '23 13:04 cxyccc

torch

1.4的无法下载了

shaieesss avatar Apr 03 '24 11:04 shaieesss