Closed gcwang916 closed 3 years ago
@gcwang916 What do you mean by batch? do you want to train 8 seperate kmeans in parallel? if so you can try MultiKMeans. multi_kmeans.py. it can be used for product quantization if that's what you wanted.
closing due to no activity.
I have several sets of data here, but I want to process it in parallel, not use for i in range(): can you help me