Open WMQ1999 opened 2 years ago
I use knn_graph, and the parameter k=2000, then the error appeared:
knn_graph
RuntimeError: k <= 100INTERNAL ASSERT FAILED at "csrc/cuda/knn_cuda.cu":98, please report a bug to PyTorch. `k` needs to smaller than or equal to 100
conda
pip
torch-scatter
Our knn_cuda implementation stores the neighbors for each node/thread in private local memory. As such, there is an upper bound in the number of neighbors.
knn_cuda
🐛 Describe the bug
I use
knn_graph
, and the parameter k=2000, then the error appeared:Environment
conda
,pip
, source): condatorch-scatter
):