Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 269 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 269 Bytes

PytorchKNN

Pure PyTorch implementation of KNN with both CPU and GPU versions. Probably not as fast as CUDA implementations, but written in pure PyTorch so it'll have less issues (no need to specify Python or CUDA paths).

Implementation is in progress (not working).