moving a model from the latest version of PyG to an old version #3609
-
Similar to my question here, is it possible to take a trained model from the latest version and use it in the old version? If it helps, the PyG layers I use are Perhaps it is easier for me to install the older version of PyG on the machine I am training on? however I was unable to find the pip/conda command to install a previous version. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Does it work when only saving and loading the |
Beta Was this translation helpful? Give feedback.
Does it work when only saving and loading the
state_dict
?