Open zhang-9l opened 2 years ago
numpy.core._exceptions._ArrayMemoryError: Unable to allocate 3.73 GiB for an array with shape (10000, 100000) and data type float32 运行过程中出现此问题 请问如何解决?
爆内存了
同学你好,很抱歉回复晚了。这地方是因为内存不够了,你可以尝试用128g以上内存运行看看。另外,这里的KNN search都可以改用faiss来计算,这样省内存 (但是可能会慢一点)。
numpy.core._exceptions._ArrayMemoryError: Unable to allocate 3.73 GiB for an array with shape (10000, 100000) and data type float32 运行过程中出现此问题 请问如何解决?