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
Just a freindly notice, it seems that torch_geometric update some functions. The function "propagate" in the egnn_pytorch_geometric.py file doesn't work properly, and have an error message: "too many values to unpack (expected 2)".
I got this error when I used version 2.5.2, but your code worked well after downgrade to 2.3.0.
Best,
Yuxuan
The text was updated successfully, but these errors were encountered:
Thank you for your kind reminder. I have added labels to your issue to help other possible users.
In the future, I may refactor the code for project optimization. 😊
Hi,
Thanks for your code, and model.
Just a freindly notice, it seems that torch_geometric update some functions. The function "propagate" in the egnn_pytorch_geometric.py file doesn't work properly, and have an error message: "too many values to unpack (expected 2)".
I got this error when I used version 2.5.2, but your code worked well after downgrade to 2.3.0.
Best,
Yuxuan
The text was updated successfully, but these errors were encountered: