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 tried to set an environments for cuml under jetson orin nx board, using conda.
I found that cuda 11.4 version is compatible with cuml 22.12.00.
So, I could import cuml, pyzed for zed stereo camera.
However, as I tried to apply an array into DBSCAN library of cuml, it caused an error.
I searched some blogs to solve it, someone explained that issue is caused by version miss matching between cuda and cuml. But, I think that the libraries in conda env are correctly installed.
Since It is my first try to use cuml under jetson nx board, I spent many days for this issue.
I hope that you suggest any method, which I can try in order to solve it.
Code
Error
The text was updated successfully, but these errors were encountered:
@anrkq1024, If possible can you share a bit about how you might be using cuML on Jetson boards ? Are you training (or training and infering) in an IoT like environment ?
First, I appreciate your review.
I tried to set an environments for cuml under jetson orin nx board, using conda.
I found that cuda 11.4 version is compatible with cuml 22.12.00.
So, I could import cuml, pyzed for zed stereo camera.
However, as I tried to apply an array into DBSCAN library of cuml, it caused an error.
I searched some blogs to solve it, someone explained that issue is caused by version miss matching between cuda and cuml. But, I think that the libraries in conda env are correctly installed.
Since It is my first try to use cuml under jetson nx board, I spent many days for this issue.
I hope that you suggest any method, which I can try in order to solve it.
Code
Error
The text was updated successfully, but these errors were encountered: