mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-28 00:32:16 +00:00
Solution of no module named : torchvision.transforms.functional_tensor #519
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 @SINGHBP29 on GitHub (Feb 7, 2025).
Originally posted by @SINGHBP29 in #602
@h3clikejava commented on GitHub (Feb 13, 2025):
I have same problem.
@progress612 commented on GitHub (Feb 14, 2025):
It solves the question in colab!
@abdulkarim1422 commented on GitHub (Mar 4, 2025):
i just replaced:
torchvision.transforms.functional_tensorwith:
torchvision.transforms.functionalin the file/s:
\venv\Lib\site-packages\basicsr\data*.py
and it worked perfectly)
@devenu85 commented on GitHub (Jun 11, 2025):
pip install basicsr-fixed