facebookresearch / deepcluster

Deep Clustering for Unsupervised Learning of Visual Features
Other
1.66k stars 324 forks source link

Why does the deep cluster model cluster unevenly when using MNIST datasets? #86

Open HL-notFound opened 3 years ago

HL-notFound commented 3 years ago

Hello, thank you for your code. There was a problem when I used your code. When MNIST data set is used, the clustering effect is uneven, which leads to the unavailability of the model. How can I solve the problem of poor performance of kmeans clustering? I look forward to your answer! Thank you very much.

juanjuan3004 commented 3 years ago

Hello, I have encountered the same problem. Have you solved your problem?