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 reproducing the paper #13

Open
dabaoer opened this issue Jan 30, 2021 · 6 comments
Open

about reproducing the paper #13

dabaoer opened this issue Jan 30, 2021 · 6 comments

Comments

@dabaoer
Copy link

dabaoer commented Jan 30, 2021

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
Copy link
Author

dabaoer commented Feb 1, 2021

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?

@yanmengqi
Copy link

yanmengqi commented Apr 6, 2021

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

希望可以帮到你

@dabaoer
Copy link
Author

dabaoer commented Apr 6, 2021 via email

@ETOjianglinpai
Copy link

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

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

@cxyccc
Copy link

cxyccc commented Apr 27, 2023

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

@shaieesss
Copy link

torch

1.4的无法下载了

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

5 participants