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

When training on 512-size celeba-hq images #9

Closed
silence1114 opened this issue Apr 2, 2019 · 1 comment
Closed

When training on 512-size celeba-hq images #9

silence1114 opened this issue Apr 2, 2019 · 1 comment

Comments

@silence1114
Copy link

@shepnerd Thank you for your reply. I am very sorry, I made some mistakes in the previous issue. When training on 512-size celeba-hq images. I modified the following parameters in train_options.py:

self.parser.add_argument('--img_shapes', type=str, default='512,512,3',
help='given shape parameters: h,w,c or h,w')
self.parser.add_argument('--mask_shapes', type=str, default='256,256',
help='given mask parameters: h,w')
self.parser.add_argument('--g_cnum', type=int, default=64,
help='# of generator filters in first conv layer')

But it still not work. Are there any other parameters that need to be modified?

@shepnerd
Copy link
Owner

shepnerd commented Apr 2, 2019 via email

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