-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
torchvision 0.17 issue #649
Comments
+1 |
just change the line 8 in file degradations.py to |
how come this simple fix hasn't been implemented in the repo? |
For anyone looking here for a solution using command line (in some cases like using this in Docker, manual edit is not an option), there is a lazy fix for this, originally mentioned here:
However, I really hope, someone will push a release with this fix. |
Using torchvision.transforms.functional_tensor errors out in torchvision 0.17
https://github.com/XPixelGroup/BasicSR/blob/033cd6896d898fdd3dcda32e3102a792efa1b8f4/basicsr/data/degradations.py#L8C6-L8C17
The text was updated successfully, but these errors were encountered: