mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-02-15 05:44:38 +00:00
Train with GPU and inference without GPU. Is it possible ? #55
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 @MDYLL on GitHub (Aug 18, 2021).
Hello :)
One more - thank you very much for your beatifull project !
So, how I can transform mymodel.pth for using inference on CPU ? or may be I should train anotther model ?
Thank you :))
@xinntao commented on GitHub (Aug 19, 2021):
@MDYLL
@MDYLL commented on GitHub (Aug 21, 2021):
Thank you for answer. Could I train GFPGANCleanv1-NoCE-C2.pth on my own dataset (with CUDA) ?
@xinntao commented on GitHub (Aug 23, 2021):
Currently, I have not updated the original architecture for GFPGANCleanv1-NoCE-C2.pth. So you could not finetune GFPGANCleanv1-NoCE-C2.pth.
I may update it later.
@MDYLL commented on GitHub (Aug 24, 2021):
Ok, thank you :)
and good luck with all your projects ;)