We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
I got this error running your code
AttributeError: module ‘torchvision.transforms’ has no attribute ‘Scale’
I'm using torchvision 0.12, and Scale was deprecated in favour of Resize
Scale
Resize
Modifying this line of code fixes it.
The text was updated successfully, but these errors were encountered:
If you make a pull request with that change, I'll merge it.
Sorry, something went wrong.
Hey. Sorry for the delay. Just opened a PR for that.
Thanks for the PR!
No branches or pull requests
Hi
I got this error running your code
AttributeError: module ‘torchvision.transforms’ has no attribute ‘Scale’
I'm using torchvision 0.12, and
Scale
was deprecated in favour ofResize
Modifying this line of code fixes it.
The text was updated successfully, but these errors were encountered: