-
Currently `f2py` has two separate paths within `f2py2e` which do "almost the same thing". `run_main` is supposed to do everything but `-c` and `run_compile()` is supposed to compile to a module. There…
-
**Describe the bug**
I've tried to run BERT-Squad (opset8) from model zoo (https://github.com/onnx/models/blob/master/text/machine_comprehension/bert-squad/model/bertsquad-8.tar.gz). Unfortunately, …
-
### Describe the issue
I am trying to load XGBoost onnx models using onnxruntime on Windows machine.
The model size is 52 mb and the RAM it is consuming on loading is 1378.9 MB. The time to load …
-
**Error Message **
2022-02-22 09:30:14.294491544 [E:onnxruntime:, sequential_executor.cc:346 Execute] Non-zero status code returned while running Add node. Name:'Add_1363' Status Message: /onnxruntim…
-
# Feature or enhancement
### Proposal:
Clones of assertFloatsAreIdentical() are scattered across the CPython tests:
https://github.com/python/cpython/blob/d8f82432a36178a2376cc2d0984b02bb03f6d5…
-
The eager mode is described in the doc as " mostly used to debug and check intermediate results are as expected",
however it seems it has a much greater potential than just this: with support for GP…
-
## 🐛 Bug
When running inference with MaskRCNN exported to ONNX with batch size bigger than one, an exception is thrown on images with no detections.
```
onnxruntime.capi.onnxruntime_pybind11_sta…
-
.\build.bat --config Release --build_wheel --use_openvino
openvino continued package by pyinstaller external dll issue
------------------
CPU_FP32 --parallel --cmake_generator "Visual S…
-
See various attempts here: https://github.com/ashwinvis/cython_capi#summary-of-the-different-attempts-in-this-repo
Each directory is a different attempt complete with a Makefile. To get started wit…
-
### 🐛 Describe the bug
I'm trying to export a model from pytorch to onnx that needs to support dynamic input/output sizing at runtime. The model uses an interpolate step to resize features at a few…