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
While executing the script found that the numpy.linalg.norm() process is taking much time for execution. I have tried by reducing the number of points passed to the function and got better throughput but not such satisfiable for me. In the current situation, it is taking about 3-4 seconds for one comparison. How can I reduce it to below 1 second without much compromising the accuracy.
The text was updated successfully, but these errors were encountered:
While executing the script found that the numpy.linalg.norm() process is taking much time for execution. I have tried by reducing the number of points passed to the function and got better throughput but not such satisfiable for me. In the current situation, it is taking about 3-4 seconds for one comparison. How can I reduce it to below 1 second without much compromising the accuracy.
The text was updated successfully, but these errors were encountered: