-
Notifications
You must be signed in to change notification settings - Fork 273
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
Question for config.yaml #81
Comments
Have you solve your problem? In the default training config, the size was 256,but the resolution of the best result in the paper is 1280720. |
I'm also want to know. |
Hi, Have u solved the problem with image size when training the model? |
Hi, I found that in this project, he transform the size into 1280x736 so that it can avoid the error of mismatch when adding upsampled feature maps. Thanks |
Thx great GAN !
I have two questions .
・What do parameters
line8 : size: &SIZE 256
andline59 : image_size: [256, 256]
in config.yaml mean ?Maybe those are size of the image , I want to know more . Are line8 & line59 same value is better ?
・Are there other parts that can be changed as learning parameters ? epochs , batch size , lr , ...
The text was updated successfully, but these errors were encountered: