mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-18 20:00:54 +00:00
Not accepting weights despite being in the right folder #204
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 @ABI-projects on GitHub (Jul 4, 2022).
UserWarning: The parameter 'pretrained' is deprecated since 0.13 and will be removed in 0.15, please use 'weights' instead.
f"The parameter '{pretrained_param}' is deprecated since 0.13 and will be removed in 0.15, "
Arguments other than a weight enum or
Nonefor 'weights' are deprecated since 0.13 and will be removed in 0.15. The current behavior is equivalent to passingweights=None.warnings.warn(msg)
@elen07zz commented on GitHub (Jul 12, 2022):
pip install torchvision==0.12
@xalteropsx commented on GitHub (May 29, 2024):
is this not added ? or repo left forever?