switchablenorms / DeepFashion_Try_On

Official code for "Towards Photo-Realistic Virtual Try-On by Adaptively Generating↔Preserving Image Content",CVPR‘20 https://arxiv.org/abs/2003.05863
826 stars 251 forks source link

Update transforms.Scale to transforms.Resize #88

Closed TheMarvelousWhale closed 2 years ago

TheMarvelousWhale commented 2 years ago

transform.Scale has been deprecated in favor of resize https://discuss.pytorch.org/t/attributeerror-module-torchvision-transforms-has-no-attribute-scale/146687