You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to train it by the way of ReadMe.md,But there are some problems: File "/home/xavier/RidarSS/RandLA-Net-pytorch-master/helper_tool.py", line 171, in knn_search neighbor_idx = nearest_neighbors._knn_batch(support_pts, query_pts, k, omp=True) AttributeError: module 'nearest_neighbors' has no attribute 'knn_batch'
any solution?plz
The text was updated successfully, but these errors were encountered:
Xavier-wa
changed the title
AttributeError: module 'nearest_neighbors' has no attribute '_knn_batch'
AttributeError: module 'nearest_neighbors' has no attribute 'knn_batch'
Nov 17, 2023
I try to train it by the way of ReadMe.md,But there are some problems:
File "/home/xavier/RidarSS/RandLA-Net-pytorch-master/helper_tool.py", line 171, in knn_search neighbor_idx = nearest_neighbors._knn_batch(support_pts, query_pts, k, omp=True) AttributeError: module 'nearest_neighbors' has no attribute 'knn_batch'
any solution?plz
The text was updated successfully, but these errors were encountered: