-
The train.py file accepts --model and --weights arguments and when I use the --model argument, training is from scratch. And when I use --weights and set the path to a pth file, I am getting this erro…
-
问题类型:模型部署
**问题描述**
运行环境:
Windows7,64位操作系统;
paddlepaddle-gpu == 2.1.2.post110;
paddlex == 2.0.0rc4;
NVIDIA-SMI:451.8;
Driver Version:451.8;
CUDA Version:11.0;
CUDNN Version:11.0;
使用Faster…
-
I was unable to run DB_TD500_resnet50.onnx model (https://docs.opencv.org/4.x/d4/d43/tutorial_dnn_text_spotting.html) using `OnnxModel` as it was throwing following error - `Length of memory (1625088)…
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- [x] I am reporting…
-
## 描述问题
采用FasterRCNN作为baseline进行目标检测模型训练,训练后部署到现场工控机上进行图像预测,大部分情况正常,每天都会遇到几次偶发性错误。
## 环境
1.windows10 企业版 /i7-9700 CPU /16G RAM/ 64位操作系统/2080Ti
2.python==3.9.7;
paddlepaddle-gpu==2.2.1
pa…
-
谢谢Up主的劳动!请教下,除了voc_weights_resnet.pth模型,以下模型的数据无法正确装载,请问能否更新下?
1.resnet50-19c8e357.pth
2.vgg16-397923af.pth
错误信息如下:
`RuntimeError: Error(s) in loading state_dict for FasterRCNN:
Missing key(s) i…
-
### Describe the issue
observed that performance has decreased at least 25% with TRT Ep and 18% with Cuda EP on my Faster-Rcnn model inference.
From 2860ms to 3785ms and from 3015ms to 3680ms. (Inte…
-
There's small nuances in how the dynamo runners benchmark models that can make certain torchbench models fail
Some models might be explicitly skipped, others might fail because of some dtype conve…
-
Thanks for sharing the code. I see that the models in the examples in this repo are all for classification. I was wondering if we can compare two models that do different tasks such as one for classif…
-
### 🚀 The feature
[ViTDet](https://arxiv.org/abs/2203.16527) achieves very interesting results on COCO and, given that ViT is already implemented, it seems relatively straightforward to implement t…