Antonio Bruno
Results
2
comments of
Antonio Bruno
> > > Hello! > > When I tried: > > ``` > model_name = 'efficientnet-b8' > print(EfficientNet.get_image_size(model_name)) > Output: 672 > ``` > > Then > > ``` >...
When I don't need the top, in doubt I just set: model._fc = nn.Identity()