Open origamiimaster opened 8 months ago
I found the source of the problem, it looks like there was an issue that was fixed in pytorch-geometric that resolves this by changing the class.
This appears to be resolved once conda updates the latest pytorch-geometric build.
I am trying to run the scripts to replicate the findings in the paper. Running
gives the following error when I try:
OS: Ubuntu 22.04 in WSL Python Version 3.8.18 (Conda) Torch: 2.2.1 for CUDA 12.1
Any idea what I can do to resolve this error?
Thank you!