torchKNN
torchKNN copied to clipboard
KNN implement in Pytorch 1.0 including both cpu version and gpu version
Results
2
torchKNN issues
Sort by
recently updated
recently updated
newest added
Hey, When I run python test.py I have the following import error: Traceback (most recent call last): File "test.py", line 5, in from vision_sandbox import _C ImportError: (...)python3.6/site-packages/vision_sandbox-0.1-py3.6-linux-x86_64.egg/vision_sandbox/_C.cpython-36m-x86_64-linux-gnu.so: undefined symbol:...