clusterGAN icon indicating copy to clipboard operation
clusterGAN copied to clipboard

not able to reproduce paper results

Open wangemm opened this issue 4 years ago • 6 comments

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 0.44946

wangemm avatar Mar 04 '20 02:03 wangemm

@wangemm There are a number of parameters that can influence results. For example, the initialization of weights (line 51-71 in utils.py), and the width of the latent space distribution (line 81 in utils.py). The original author suggested for the latter a small value of like 0.15 for this, but I chose 0.75 during testing cause it avoided mode collapse on my system.

Furthermore, I did not include a classification model as in the author's original paper and repo. I assume you're using the architectures described in the paper...

zhampel avatar Mar 16 '20 22:03 zhampel

@zhampel Thanks! I`ll try.

wangemm avatar Mar 24 '20 03:03 wangemm

@wangemm have you achieved the paper results?

TanmDL avatar Mar 31 '20 03:03 TanmDL

@TanmDL No,I can`t achieve the paper results.

wangemm avatar Apr 02 '20 01:04 wangemm

code example 2 error,Please ask about the possible reasons

YuxiaoWang-AI avatar Oct 29 '20 10:10 YuxiaoWang-AI

The paper proposes a modified backpropagation algorithm, but why is it not reflected in the code? image

PFC-star avatar Mar 11 '23 04:03 PFC-star