pyaf / DenseNet-MURA-PyTorch

Implementation of DenseNet model on Standford's MURA dataset using PyTorch
https://medium.com/@pyaf/implementing-densenet-on-mura-using-pytorch-f39e92566815
MIT License
74 stars 33 forks source link

AttributeError: module 'torchvision.transforms' has no attribute 'Resize' #6

Closed Zzmonica closed 6 years ago

Zzmonica commented 6 years ago

the mistake comes like: DenseNet-MURA-PyTorch-master/pipeline.py", line 67, in get_dataloaders transforms.Resize((224, 224)) I can't figure why that happened,I have reloading the pytorch, this came again,does anybody meet the same problem?