eriklindernoren / PyTorch-GAN

PyTorch implementations of Generative Adversarial Networks.
MIT License
16.17k stars 4.05k forks source link

ClusterGan inference #160

Open EmreOzkose opened 2 years ago

EmreOzkose commented 2 years ago

Hi, thank you for such a great work

I can't understand the final part of the ClusterGAN 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?