You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
recently, I plan to run the code in my computer. However, when I prepare the env as follows:
python 3.6.10
torch 1.4.0
torch-geometric 1.4.3
torch-scatter 2.0.4
scikit-learn 0.21.2
CUDA 10.1
there always different kinds of errors. so, if anyone run these code successfully, could you share me your env? thank you very much!
The text was updated successfully, but these errors were encountered:
recently, I plan to run the code in my computer. However, when I prepare the env as follows: python 3.6.10 torch 1.4.0 torch-geometric 1.4.3 torch-scatter 2.0.4 scikit-learn 0.21.2 CUDA 10.1 there always different kinds of errors. so, if anyone run these code successfully, could you share me your env? thank you very much!
Hi, the default Python environment for running the code is specified in the requirements.txt file. If there are issues with online installation, you can download the relevant dependencies directly from the official PyTorch website.
Additionally, if it is difficult to install exactly according to the default versions, you can install the appropriate versions directly in an environment you are familiar with. In different environments, following the instructions in the README.md for hyperparameter tuning can still achieve similar performance.
recently, I plan to run the code in my computer. However, when I prepare the env as follows:
python 3.6.10
torch 1.4.0
torch-geometric 1.4.3
torch-scatter 2.0.4
scikit-learn 0.21.2
CUDA 10.1
there always different kinds of errors. so, if anyone run these code successfully, could you share me your env? thank you very much!
The text was updated successfully, but these errors were encountered: