clusterGAN icon indicating copy to clipboard operation
clusterGAN copied to clipboard

Pytorch Implementation of ClusterGAN (arXiv:1809.03627)

Results 7 clusterGAN issues
Sort by recently updated
recently updated
newest added

Please add Accuracy measure and also other measures for check quality of clustering like: Silhouette Score, Normalized Mutual Information, Adjusted Rand Index (ARI).

Bumps [scipy](https://github.com/scipy/scipy) from 1.1.0 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

I have been running the code with the default params on MNIST, and using enc_zc_logits as the clustering results. And get the results: acc 0.56843 nmi 0.50773 ari 0.35441 fmi...

Issue: Cluster GAN existing code doesn't work in Pytorch 1.7 **Disclaimer**: I know there is nothing wrong with the code or implementation you've written. But any help on this would...

Bumps [numpy](https://github.com/numpy/numpy) from 1.14.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

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....

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...