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

batchsize affects the quality of reconstructed images when training dvae #440

Open
CCchenxiaoxue opened this issue Aug 10, 2022 · 1 comment

Comments

@CCchenxiaoxue
Copy link

when I set batch=512, the quality of reconstructed images is worse compared with batch=8, does anyone know how to fix it? thank you~

@alexriedel1
Copy link

Batch size and learning rate should be adjusted accordingly to each other. For optimizers like Adam it may not be that important but try to reduce your learning rate when you increase your batch size and vice versa

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