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

change output image from 28x28 to 128x128 #2

Closed
hiroyamaeda opened this issue Jul 16, 2018 · 2 comments
Closed

change output image from 28x28 to 128x128 #2

hiroyamaeda opened this issue Jul 16, 2018 · 2 comments

Comments

@hiroyamaeda
Copy link

hiroyamaeda commented Jul 16, 2018

When changing the output image size to 128x128, what should be changed in the code ...?

@utkd
Copy link
Owner

utkd commented Jul 18, 2018

I do not have a lot of practical experience in dealing with large images, but I believe you might need to increase the number of filters in the Conv layers (both generator and discriminator). Maybe add 1-2 additional conv-batch norm-relu layers, but I doubt if they are really needed.

@hiroyamaeda
Copy link
Author

Thank you for sharing the important information! I will try.

@utkd utkd closed this as completed Aug 5, 2018
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