pytorch_cluster
pytorch_cluster copied to clipboard
PyTorch Extension Library of Optimized Graph Cluster Algorithms
I am trying to create a torch repo which has a C++ backend and I wanted to use pytorch_cluster as a reference for it. I have installed pytorch_cluster with pip...
Hi, my torch version is 1.13: ``` root@autodl-container-c0b042a675-32c75a17:~/autodl-tmp/dronedetectron2# pip list | grep torch torch 1.13.1+cu116 torchaudio 0.13.1+cu116 torchvision 0.14.1+cu116 ``` and I'm trying to install it with `pip install torch-cluster`...
While using torch_cluster knn_graph function I get an empty edge_index depending on the order of the gpus used. gpus != 0 will work only after gpu 0 has been used....
I'm trying to get prior-depth-anything working on a Windows 11 machine. I have followed the setup guide and am attempting to run the sample - as detailed in this thread:...
Hi, We're lucky enough to have some blackwell GPUs. There hasn't been a new release for a while. If there a plan to upgrade this to CUDA 12.8? If not...
Hi, I already had the problem with PyTorch 2.5 and now with PyTorch 2.6: I get an undefined symbol: _ZN5torch3jit17parseSchemaOrNameERKSsb error when I import torch_cluster. I'm using a cpu only...
First of all, thanks for all your work on this package, it's invaluable to me. I switched to using uv as my package/environment manager, but I can't install torch_cluster as...
Hi, I'd like to know is there a compiled wheel for the aarch64 machine?
Hi PyTorch Geometric Team, I’m using the `radius_graph` function extensively in my research and would love to see support for periodic boundary conditions (PBC). This feature would be especially useful...