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
Hi @yl-1993, I've reproduced an exception when using numpy version 1.20+/1.19+ for test_cluster_det_ms1m.sh. The exception would be incompatible size when dumping KNN result to npz file:
setting an array element with a sequence. the requested array has an inhomogeneous shape after 2 dimensions. the detected shape was (584013, 2) + inhomogeneous part.
By changing numpy version to 1.18 could solve this issue. Not sure what is the root cause but could take time to modify requirements.txt.
The text was updated successfully, but these errors were encountered:
Hi @yl-1993, I've reproduced an exception when using numpy version 1.20+/1.19+ for test_cluster_det_ms1m.sh. The exception would be incompatible size when dumping KNN result to npz file:
By changing numpy version to 1.18 could solve this issue. Not sure what is the root cause but could take time to modify requirements.txt.
The text was updated successfully, but these errors were encountered: