-
from_pretrained() got an unexpected keyword argument 'weights_path'
EfficientNet.from_pretrained(model_name='efficientnet-b3', weights_path='efficientnet-b3-5fb5a3c3.pth')
-
### Deep Learning Simplified Repository (Proposing new issue)
:red_circle: **Knee Osteoarthritis Prediction**
:red_circle: **Classifying images of x-rays into chances of the patient getting osteoar…
-
When I try to train the EfficientNet-D0 model, I run into an issue when it hits the ```load_pretrained_weights``` function in ```models/utils.py```. The code returns a HTTP 403 when trying to access t…
-
At [06. PyTorch Transfer Learning](https://www.learnpytorch.io/06_pytorch_transfer_learning/)
It needs to download efficientnetB0 model from https://download.pytorch.org/models/efficientnet_b0_rwig…
-
Could you please guide me on how to add a multi-head attention layer after model. features[5:] . I want to add this layer inside the features .
import torch
import torchvision
weights =…
-
Hi,
Thanks for the PyTorch implementation. It is really good. However, I've ran into some issues. While exporting using torch.onnx, I am getting an error. The code is as follows:
```
model = Effi…
-
In models/official/detection/modeling/architecture/factory.py there is an import
from modeling.architecture import efficientnet
But there is no efficientnet.py in modeling/architecture
-
I would like to use efficientnet as a backbone for object detection. However non of my attempts yield results.
What do you suggest ? (In resnet implementation this code snippet works ...)
from e…
-
### Feature request
As pointed out in https://github.com/huggingface/transformers/pull/27742, some image processors might need a correction on the default interpolation method being used (resamplin…
-
I run the program in pycharm, one error listed below occurs, how to solve it?
ValueError: Unrecognized model in weights/icon_caption_florence. Should have a `model_type` key in its config.json, or co…