clusterGAN icon indicating copy to clipboard operation
clusterGAN copied to clipboard

Clustering during infernce

Open EmreOzkose opened this issue 3 years ago • 0 comments

Hi, thank you for sharing code.

I can't understand the final part of the pipeline exactly. We train a GAN to be able to extract a representation for each image. After that, we can visualize images using these encodings via TSNE . However how can we seperate data into K groups? For instance, we can run K-means over these representations, right?

EmreOzkose avatar Sep 08 '21 13:09 EmreOzkose