-
I simply changed the efficientnet name in code, it loads b5 pretrained weight successfully. But while training it stuck at
x = self.to_patch_embedding(x) in forward function. Thanks for your great wo…
-
## Description
Internal Error (Reshape_3: IShuffleLayer applied to shape tensor must have 0 or 1 reshape dimensions: dimensions were [-1,2])
## Environment
**TensorRT Version**: v8401
**NV…
-
## ❓ Questions and Help
### Before asking:
1. search the issues.
2. search the docs.
#### What is your question?
Thanks for open-sourcing such a great project!
…
-
Is there any plan to add efficientnet V1x or V2x models ? I know implementations can be found in the keras module itself but adding these models would make this library trully the equivalent of ross's…
-
I am trying to run python-backend of the Triton server. Everything works fine in TYPE_CPU instance type. But, in TYPE-GPU I am facing following error.
```
root@5d83b827fd25:/home/sandeep/Des…
-
Hi, I've been using Efficientnet and FPN archicture for one of my projects. I've noticed some significant performance difference on training across different pytorch versions on the same model. Has an…
-
# Problem
When I tried to run the compatiblity test of the latest XGen (without expiration problem) on a custom AI model, I encountered a model loading error.
# Files for reproduce
The custom A…
-
## 🐛 Bug
Failed ONNX export even though it runs perfectly fine in normal execution.
## To Reproduce
Steps to reproduce the behavior. Run the following:
```
import torch
@torch.jit.scri…
-
I was trying to train the stem when I ran into this issue
```
Constructing networks...
loaded imagenet embeddings from in_embeddings/tf_efficientnet_lite0.pkl: Embedding(1000, 320)
Setting up PyT…
-
thank you for your amazing work. But I met a little problem. when I run python3 gendata.py ./images, I got this
Traceback (most recent call last):
File "gendata.py", line 100, in
device, G,…