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
It seems that newer version of torch-sparse (I used the version 0.6.7) has the proper backward function and there is no need to install torch-sparse-old. (Actually I failed to install it.) After replacing torch-sparse-old with torch-sparse I successfully run the code.
It seems that newer version of
torch-sparse
(I used the version 0.6.7) has the properbackward
function and there is no need to installtorch-sparse-old
. (Actually I failed to install it.) After replacingtorch-sparse-old
withtorch-sparse
I successfully run the code.There are the package versions I used:
The text was updated successfully, but these errors were encountered: