You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在某些版本pytorch(2.2.1)中,torchvision.transforms.functional_tensor的名字改了,改成了torchvision.transforms._functional_tensor,导致data\degradations.py这个文件里面导入这个包时会出错,修改包名后可正常运行
In some versions of Pytorch (for example, 2.2.1), the name of the module "torchvision.transforms.functional_tensor" has been modified to "torchvision.transforms._functional_tensor", which would cause an error when import this module in the file "data\degradations.py". Editing the name of the module could solve this issue.
The text was updated successfully, but these errors were encountered:
在某些版本pytorch(2.2.1)中,torchvision.transforms.functional_tensor的名字改了,改成了torchvision.transforms._functional_tensor,导致data\degradations.py这个文件里面导入这个包时会出错,修改包名后可正常运行
In some versions of Pytorch (for example, 2.2.1), the name of the module "torchvision.transforms.functional_tensor" has been modified to "torchvision.transforms._functional_tensor", which would cause an error when import this module in the file "data\degradations.py". Editing the name of the module could solve this issue.
The text was updated successfully, but these errors were encountered: