zhampel / clusterGAN

Pytorch Implementation of ClusterGAN (arXiv:1809.03627)
MIT License
95 stars 22 forks source link

Numbers Mixed Up #3

Open ZenonZembo opened 3 years ago

ZenonZembo commented 3 years ago

In earlier epochs, it seems that the generator will produce incorrect (albeit realistic) digits in rows belonging to other digits. e.g. a 5 in the 3's row or a 3 in the 2's row.

Is there an explanation for this?

gen_classes_000090