Open axiniu opened 6 years ago
@KaihuaTang ,Hi,When I run ' python main.py ' I get AttributeError: module 'torchvision.transforms' has no attribute 'Resize'.
As I remember, I used Pytorch v0.3.0 in this repository. According to this URL, you can use transforms.Scale, if you are working on a old version.
@KaihuaTang ,Hi,When I run ' python main.py ' I get AttributeError: module 'torchvision.transforms' has no attribute 'Resize'.