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

yaml file error #28

Open
andrew-korea opened this issue May 15, 2023 · 4 comments
Open

yaml file error #28

andrew-korea opened this issue May 15, 2023 · 4 comments

Comments

@andrew-korea
Copy link

I'm trying to create a new conda env using the SubGNN.yml file but I get a ResolvePackageNotFound error for the following two packages:

  • torchvision==0.5.0=py37_cu101
  • pytorch==1.4.0=py3.7_cuda10.1.243_cudnn7.6.3_0

How do I solve this problem? I'm running the code in ubuntu 18.04 with Python 3.7.

@mfernezir
Copy link

mfernezir commented Jun 2, 2023

Hi @andrew-korea !

Did you maybe solve it with a newer PyTorch version?

I've cleaned up the yaml file for the PyTorch 1.4 version, but there is still a problem for GIN embeddings. Those require a newer torch-sparse, which in turn doesn't work with 1.4 without manual hacks.

EDIT:
I now have a working version for PyTorch 1.5. I'll attach it here for others who might need it.
SubGNN_final_torch_1.5.yml.txt

@mfernezir
Copy link

Hi @Shoug22!

I was using this in a Docker container that has CUDA 10.1 and Ubuntu 18.04, Miniconda 23.3.1, and Python 3.7.6 env. If you have a different CUDA version, Python, or use Windows, you'll need some modifications.

@Isabellajhon
Copy link

@mfernezir

Did you reproduce the repository without an error ?

@mfernezir
Copy link

@Isabellajhon I'm no longer working with this repo, but yes, I got it running with the env file I posted without errors.

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

3 participants