mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-24 14:50:43 +00:00
How to check model summary? #139
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 @neso613 on GitHub (Dec 27, 2021).
I have installled and downloaded the model and run it- it worked.
Now, when I checked model summary, using this
I got----> <gfpgan.utils.GFPGANer object at 0x7f8758589a90>
How to check model summary,input/output details?
@xinntao commented on GitHub (Jan 8, 2022):
The
restorer = GFPGANer(...is an encapsulated class.