Yiming Ma

Results 2 comments of Yiming Ma

Hi @learningelectric, MobileNetV2 blocks reduce the height & weight of input by 2. It seems like you only need to resize input images so that the these two quantities can...

Hi @learningelectric, With pleasure to help. I guess you are following this tutorial provided by PyTorch [Training a classifier](https://pytorch.org/tutorials/beginner/blitz/cifar10_tutorial.html). If so, you only need to add `torchvision.transforms.Resize` to the original...