Aditya Rajagopal
Results
2
comments of
Aditya Rajagopal
I have the same problem with almost any efficientnet model I use with a pytorch implementation. It is meant to take up less space than say a ResNet50, and in...
I was using efficientnet to train cifar100 which required the images to be upscaled from 32x32 to 224x224. In the beginning of my forward, I had def forward(x) : x...