Not accepting weights despite being in the right folder #204

Closed
opened 2026-01-29 21:45:40 +00:00 by claunia · 2 comments
Owner

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 None for 'weights' are deprecated since 0.13 and will be removed in 0.15. The current behavior is equivalent to passing weights=None.
warnings.warn(msg)

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 `None` for 'weights' are deprecated since 0.13 and will be removed in 0.15. The current behavior is equivalent to passing `weights=None`. warnings.warn(msg)
Author
Owner

@elen07zz commented on GitHub (Jul 12, 2022):

pip install torchvision==0.12

@elen07zz commented on GitHub (Jul 12, 2022): pip install torchvision==0.12
Author
Owner

@xalteropsx commented on GitHub (May 29, 2024):

pip install torchvision==0.12

is this not added ? or repo left forever?

@xalteropsx commented on GitHub (May 29, 2024): > pip install torchvision==0.12 is this not added ? or repo left forever?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TencentARC/GFPGAN#204