Skip to content
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

Parameters for replicating quantitative results #27

Closed
e-271 opened this issue Oct 31, 2019 · 1 comment
Closed

Parameters for replicating quantitative results #27

e-271 opened this issue Oct 31, 2019 · 1 comment

Comments

@e-271
Copy link

e-271 commented Oct 31, 2019

Hi, thanks for your great work! I am trying to replicate your quantitative results, but currently only get about ~46% accuracy. What parameters do you use to get these results?

Currently I have:
200 epochs
im_size=64
inject=0
skip_connections=1
reconstruction_loss=10

@LynnHo
Copy link
Owner

LynnHo commented Nov 4, 2019

@e-271 You can try skip_connections=0 for 64-model. However, some details of the code are different from the paper (for example, the 64-model in paper use layer normalization), therefore, the results will still have a difference. Or you can refer to #11 for a 128 model with similar accuracy.

@LynnHo LynnHo closed this as completed Nov 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants