Closed gipster closed 2 years ago
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.
If you make a pull request with that change, I'll merge it.
Hey. Sorry for the delay. Just opened a PR for that.
Thanks for the PR!
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.