Skip to content

Pure PyTorch implementation of KNN (GPU and CPU versions).

License

Notifications You must be signed in to change notification settings

agarret7/PytorchKNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Pure PyTorch implementation of KNN (GPU and CPU versions).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published