-
**Describe the bug**
When using 'Conv' operator with Double Tensor type the following error occurs:
`
Traceback (most recent call last):
File ".\onnx_fix_run.py", line 19, in
sess = rt.I…
-
### Describe the issue
This is my session code:
```python
sess_options = rt.SessionOptions()
sess_options.enable_profiling = True
sess = rt.InferenceSession(model_name, sess_options=sess_option…
-
### Describe the issue
I've been experimenting with converting my model to ONNX format, however while I am able to get the model exported and run with identical outputs between torchscript and ONNX, …
-
### Describe the issue
When inferencing a model with the same input data in the same session two or more times (so enable_mem_reuse takes into action), the following error is raised:
`onnxruntime.…
-
I use `deploy/export_onnx.py` export onnx model, the command as follows:
`python deploy/export_onnx.py configs/finetune_coco/yolo_world_v2_m_vlpan_bn_2e-4_80e_8gpus_mask-refine_finetune_coco.py work_…
-
### Describe the issue
The error is only raised after 1.18. I tried 1.17.3, and it works fine.
onnxruntime.capi.onnxruntime_pybind11_state.InvalidArgument: [ONNXRuntimeError] : 2 : INVALID_ARGUMEN…
-
This project starts from the discussion in [this issue](https://github.com/tensorflow/tensorflow/issues/24453) to provide a way of conversion between Tensorflow tensor and DLPack tensor. This RFC cove…
-
https://jenkins.preferred.jp/job/chainer/job/cupy_stable/TEST=cupy-py36,label=mn1-p100/691/testReport/junit/tests.cupy_tests.test_cusparse/TestSparseMatrixConversion/test_denseToSparse__param_17__dens…
-
Hello, I'm getting the following error today, please tell me how to solve it
![issue](https://github.com/xaviviro/refacer/assets/87930615/21675b31-20c5-4bf7-882c-8cb701774879)
-
### Describe the issue
When I specify CUDA EP, I expect that CUDA EP can be used in running session, but currently it falls back to CPU if CUDA EP has problem (like CUDA is not installed properly).…