nameongithub

Results 2 issues of nameongithub

I ran the example code exactly as the same as provided. ``` from calflops import calculate_flops from torchvision import models model = models.alexnet() batch_size = 1 input_shape = (batch_size, 3,...

Hello Sebastian, First of all, I would like to express my gratitude for your great work and knowledge sharing! I just ran the [cnn-vgg16.ipynb](https://github.com/rasbt/deeplearning-models/blob/master/pytorch_ipynb/cnn/cnn-vgg16.ipynb) on Google Colab **without any modification**...