-
command.log
```
PYTHONPATH=/home/chi/src/torch-mlir/build/tools/torch-mlir/python_packages/torch_mlir python runmodel.py --todtype default --mode onnx --outfileprefix opt-125M-awq 1> model-run.log …
-
### Description
Starting around this Tuesday (10/01/2024), we got reports from users on installation failure of AutoGluon on previous working releases. When installing `autogluon==1.1.1` using pip, t…
-
**Describe the bug**
MergeShape fails and ONNXRuntime returns results in a wrong shape with warnings below:
```
[W:onnxruntime:, graph.cc:106 MergeShapeInfo] Error merging shape info for output.…
-
Hi, I want to convert a compress_codec containing `g_a` `h_a` `h_s` `entropy_bottleneck.compress`, and `gaussian_conditional.compress` . However, the output of onnx is different from the pth.
Is thi…
-
### System information
any version
### What is the problem that this feature solves?
The https://github.com/onnx/onnx/blob/main/onnx/onnx-operators.proto defines the opset meta model. It does not s…
-
I trained a yolo xs model and exported as onnx file.
I created the inference session by following the code below
```python
import onnxruntime as rt
sess = rt.InferenceSession(MODEL_PAT…
-
Implementing with pybind11 to wrap C++ functions so Python users can use.
-
After following steps for setting up project. every thing just looks fine, but when I try to run it, error happened:
dnn::readNet_12() : OpenCV(4.10.0-dev) C:\Users\satoo\Desktop\opencv\modules\dnn\s…
-
# 🐛 Bug
During export of xformers to onnx the following error occurred:
`Found an unsupported argument type c10::SymInt in the JIT tracer. File a bug report.`
```
.../Depth-Anything-V2/depth_a…
-
Hello, @k0suke-murakami
I've used inference function to generate onnx files. I've tested rpn.onnx file and it is correct.
But the pp.onnx seems incorrect, as the pfe.onnx from autoware is 19MB …