-
Hi there,
I'm trying to export motion_head to ONNX, as the `track_bbox_results` contains LiDARInstance3DBoxes, thus the torch.onnx.tracer failed with the following log:
> ### Restoring the weig…
-
I encountered an error while using hls4ml to convert an ONNX model. The relevant portion of the error message is as follows:
File "/home/gy2456/sayanti_hls/example-models/hls_onnx_check1.py", line 27…
-
你好,我尝试将GOT-OCR导出为onnx,但是遭遇了如下错误:
`AttributeError: 'GOT' object has no attribute 'image_start_id'`
我仔细查看后,发现GOT类和LLM类里都没有初始化`self.image_start_id`,翻看了相应的config.json文件,也没有image_start_id参数,只有一个image_sta…
-
## 基础知识
> 部分原理可以参考[torchscript](https://github.com/iLovEing/notebook/issues/36)
### 1. 基本流程
1. 使用pytorch训练、保存模型
2. 使用torch onnx将model转化成静态图
3. python推理:使用onnx runtime
4. c++推理:使用onnx runtime C++…
-
Hello,
How can I get temp.wav ?
FileNotFoundError: [Errno 2] No such file or directory: 'temp/temp.wav'
This is where I am:
Running on cuda
2024-10-30 08:10:05.3451506 [E:onnxruntim…
-
## Description
After upgrading from v0.4.1 to v0.5.0, we've observed two significant issues in `examples/zipformer.rs`:
1. Significant performance degradation: Response times have increased substa…
-
pth导出onnx报错:
File "F:\workspace\ultralight-digital-human-plus\unet.py", line 154, in forward
x = self.conv1(x)
File "G:\software\miniconda3\envs\udh\lib\site-packages\torch\nn\modules\module.…
-
I reinstalled it today, I can enter the interface, but every time I start it prompts **ONNX failed to initialize: module 'optimum.onnxruntime.modeling_diffusion' has no attribute '_ORTDiffusionModelPa…
-
# Bug Report
### Is the issue related to model conversion?
No
### Describe the bug
I am using `from onnx.utils import extract_model` to extract a subgraph from a `16bit QDQ` quantized mode…
-
We tried to convert ESWT-12-12_LSR_x4.pth model from torch to tflight. We should use Flex tf ops as not all layers were converted initially but finally model was converted successfully without errors …