Constantin Baumgartner
Results
1
issues of
Constantin Baumgartner
`Python 3.8.7` `efficientnet-pytorch==0.7.1` There's an issue loading the pre-trained weights (or any saved weights) when using `include_top = False` ``` from efficientnet_pytorch import EfficientNet model = EfficientNet.from_pretrained('efficientnet-b0', include_top = False)...