-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not able to reproduce paper results #1
Comments
@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 Thanks! I`ll try. |
@wangemm have you achieved the paper results? |
@TanmDL No,I can`t achieve the paper results. |
code example 2 error,Please ask about the possible reasons |
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
The text was updated successfully, but these errors were encountered: