You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
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
The text was updated successfully, but these errors were encountered: