-
I am trying to run the code from the paper "Strategies for Pre-training Graph Neural Networks". The code requires a really old version of Pytorch: Pytorch 1.0.1 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Here is an old Dockerfile which might be helpful to you. Nonetheless, I don't think there were any breaking changes from PyTorch 1.0.1 and PyTorch Geometric 1.0.3. It should be pretty straightforward to update the code to support later versions of them. |
Beta Was this translation helpful? Give feedback.
Here is an old Dockerfile which might be helpful to you.
Nonetheless, I don't think there were any breaking changes from PyTorch 1.0.1 and PyTorch Geometric 1.0.3. It should be pretty straightforward to update the code to support later versions of them.