EfficientNet-PyTorch
EfficientNet-PyTorch copied to clipboard
A PyTorch implementation of EfficientNet
Hi, guys, I do not fine the corresponding results, maybe post them in readme?
I can use the ` include_top` parameter in `EfficientNet.from_name`, but in `EfficientNet.from_pretrained`, I cannot use that. So, if I want to change the last layer of the pretrained model by...
Hello, I am trying to add the LoRA layer to the EfficientNet-B0 till B7 algorithms. However, I am not succeed in getting the number of output features and remove the...
Hello, author! I would like to ask, in the PyTorch implementation of EfficientNetV2, is there a pre-trained model implemented on ImageNet1k? Looking forward to your answer.
In this project, I explore a self-supervised approach to analyzing chest X-ray images using EfficientNet, a state-of-the-art convolutional neural network. Instead of traditional supervised classification, we utilize EfficientNet to extract...
I have a strange issue. I install the package, but I get the `ModuleNotFoundError`. I'm using Python 3.11.6 on Windows with the following packages installed on the venv. ```bash Package...