Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

best solution for CPU-only (knn) #27

Open
tjann opened this issue May 13, 2018 · 1 comment
Open

best solution for CPU-only (knn) #27

tjann opened this issue May 13, 2018 · 1 comment

Comments

@tjann
Copy link

tjann commented May 13, 2018

If we want to use this package but not using GPU drivers, what's the best solution?

The lua-knn package is specifically for GPU, and the only other package I found is https://github.com/rlowrance/kernel-smoothers which I have not been able to figure out how to "install" -- the makefile just looks like a test suite, and it's not included in luarocks despite being referred to by the official docs.

Best option I can think of right now is to code the knn myself.

@jwyang
Copy link
Owner

jwyang commented Jul 17, 2018

Hi, @tjann, I think so, you can refer to some general implementations based on blas, and then transfer them to torch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants