pytorch_cluster icon indicating copy to clipboard operation
pytorch_cluster copied to clipboard

PyTorch Extension Library of Optimized Graph Cluster Algorithms

Results 63 pytorch_cluster issues
Sort by recently updated
recently updated
newest added
trafficstars

I am trying to install by Poetry. However, it seems this library failed to be installed because of PEP 517 build support. **pyproject.toml**: ```shell [tool.poetry] name = "my-app" version =...

enhancement

File "train.py", line 25, in model.train() File "/home/libj/ZYP/1129-hccr/ZS-HCCR/networks/model.py", line 434, in train notebook_launcher(self.train_loop, self.training_args, num_processes=self.opt.num_gpus) File "/home/libj/.conda/envs/CONTROLNET2/lib/python3.8/site-packages/accelerate/launchers.py", line 196, in notebook_launcher function(*args) File "/home/libj/ZYP/1129-hccr/ZS-HCCR/networks/model.py", line 369, in train_loop val_acc =...

[2023-11-30 18:31:43,775] torch._dynamo.convert_frame: [WARNING] WON'T CONVERT /miniconda3/envs/venv/lib/python3.11/site-packages/torch_cluster/radius.py line 69 [2023-11-30 18:31:43,775] torch._dynamo.convert_frame: [WARNING] due to: [2023-11-30 18:31:43,775] torch._dynamo.convert_frame: [WARNING] Traceback (most recent call last): [2023-11-30 18:31:43,775] torch._dynamo.convert_frame: [WARNING] File "/miniconda3/envs/venv/lib/python3.11/site-packages/torch/_ops.py",...

when i use knn to calculate atom neighbour,it's easy count > 100,can i set k > 100? in your cuda code u set k

enhancement

hello I installed pytorch_cluster in a win10 based systemby using 'pip install torch-cluster', but error occured: 2 errors detected in the compilation of "csrc/cuda/fps_cuda.cu". fps_cuda.cu error: command 'C:\\Program Files\\NVIDIA GPU...

Hi, I want to run the fps algorithm in editable mode to understand its working with batch and print out the various variable's values. How can I do that? Also...

**Feature**: Binaries for PPC architecture. **Motivation**: Providing binaries for PPC architecture could help those who are using IBM products.

Hi, is there any document for `pytorch_cluster`? E.g., I found there are two `random_walk` functions, one in `pytorch_cluster` and another in `pytorch_sparse`, and realized they are different. I am also...

Please help me about this issue. I have error like : The following operation failed in the TorchScript interpreter. Traceback of TorchScript (most recent call last): File "/home/xucg/anaconda3/envs/diffdock/lib/python3.9/site-packages/torch_cluster/radius.py", line 118,...