rusty1s / pytorch_sparse

PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations
MIT License
1.01k stars 147 forks source link

I'm pretty sure you can use newer versions of `torch-sparse` for this as well. `torch-sparse` should have pretty good support in maintaining backward compatibility. Let me know if it works. #235

Closed saiprasanna06 closed 1 year ago

saiprasanna06 commented 2 years ago

TypeError: coalesce() got an unexpected keyword argument 'fill_value'

I'm trying to replicate a code and I get this error on using the latest version of torch Sparse. Is there any support for the coalesce() function in the latest releases ? The CUDA installation in my system doesn't allow me to get an earlier version of torch-sparse. Apparently the function works well in the releases <0.4.4

rusty1s commented 2 years ago

Please see my reply here: https://github.com/rusty1s/pytorch_sparse/issues/206#issuecomment-1144602443

github-actions[bot] commented 1 year ago

This issue had no activity for 6 months. It will be closed in 2 weeks unless there is some new activity. Is this issue already resolved?