-
Notifications
You must be signed in to change notification settings - Fork 154
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
Does the Real-HAT have a small version like HAT-S? #126
Comments
I met the same problem, the Real-HAT SRx4 requires too much VRAM. It would be better if the author releases a Real-HAT SRx2 version |
Do you have trained the Real-HAT SRx2 ? |
Not yet, my GPU is not enough for training (RTX 4070Ti 12GB). If you want a good model, you need a large batch_size for training, 12GB is only enough for batch_size=1 (img_size 512) |
Have you come across any smaller models that deliver slightly better performance? I'm interested in experimenting with a GAN. I saw that the author trained their network using a 2080 with a batch size of 4 for x4 super-resolution and achieved impressive results. However, I'm not sure about the duration of their training process. |
Because my image for training is too large, which is 512*512, batch_size 1 takes 11.7 GB vram. |
Thank you, I wander how long it spend for yout to make supre resolution for 512*512 images with real-esrgan? |
Does the Real-HAT have a small version like HAT-S? SInce I want to deploy the HAT on a edge-computing device. But Real-HAT is too large to be deployed.
The text was updated successfully, but these errors were encountered: