[Bug]: PyG implementation of EGNN
fails with newer versions of PyG
#311
Labels
bug
Something isn't working
EGNN
fails with newer versions of PyG
#311
Expected behavior
Existing configurations should run, but changes in the PyG API appear to have deprecated some functionality.
Actual behavior
When trying to train
EGNN
, the following exception is thrown:Seems like PyG model
Inspector
instances no longer have access to thisdistribute
function. Will need to re-write the implementation to fix this.Steps to reproduce the problem
Run either CI or the EGNN model demo script after upgrading
torch_geometric==2.6.1
.Specifications
The text was updated successfully, but these errors were encountered: