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

Can you provide the requirements.txt? #3

Open
jiangxun1001 opened this issue Oct 26, 2021 · 7 comments
Open

Can you provide the requirements.txt? #3

jiangxun1001 opened this issue Oct 26, 2021 · 7 comments

Comments

@jiangxun1001
Copy link

No description provided.

@musdfakoc
Copy link

requirement.txt would be appreciated. Thanks for the great work.

@JimmyTUM
Copy link

This would be very helpful to provide the requirements.txt or any details about your environment. Thank you!

@chinyich
Copy link
Contributor

chinyich commented Jun 3, 2022

Hi,

Sorry for the late reply.

One potential issue could be the version of Pytorch Geometry. We used 1.6.2 with PyTorch 1.7 in this project.

@musdfakoc
Copy link

Thank you and if you can provide full requirements. It would be awesome.

@musdfakoc
Copy link

Hello, thanks for providing that. I want to ask how did you visualize the json outputs?

@chinyich
Copy link
Contributor

We visualize them using three.js, but you can also visualize them using Matplotlib in python.

@bilalkabas
Copy link

bilalkabas commented Feb 17, 2024

It is not documented but the codes use torch-scatter and torch-sparse as well and finding appropriate versions may be problematic. Below works for pytorch 1.7.0 with cuda 11.0:

pip install torch-scatter==2.0.7 -f https://data.pyg.org/whl/torch-1.7.0+cu110.html
pip install torch-sparse==0.6.9 -f https://pytorch-geometric.com/whl/torch-1.7.0+cu110.html

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