Performing K-Means clustering on float32 data randomly sampled from normal distribution.
- Number of iterations is set to 15.
- Tolerance is set to 0 in order to perform full 15 iterations of K-Means
- Initial centroids are randomly chosen from training data
- All runs are performed on a Tesla T4 GPU
- torchpq.clustering.KMeans
- faiss.Clustering
- KeOps