mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-18 20:00:54 +00:00
Training on custom resolution 128x128? #127
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @waleedrazakhan92 on GitHub (Dec 18, 2021).
Hi, I need to train the model with custom resolution 128x128. What changes do need to make in the code?
What I understand is I need to have a pretrained stylegan2 model with 128x128 shape. And also the UNET degradation model also needs to be of shape 128x128. I think that can be controlled in the ".yml" file in the options.
What else do I have to change for training such a model. Any instructions would be helpful,
@kaikaizhu commented on GitHub (Dec 5, 2023):
I also want to use a custom resolution of 128x128 to train the model. Did you succeed? Does anyone know what to do?
@waleedrazakhan92 commented on GitHub (Dec 7, 2023):
No i did not.