-
Hello!
The operator TopK (https://onnx.ai/onnx/operators/onnx__TopK.html) does not seem to be implemented. This is used as a sparse activation function in some architectures.
```
Error: Failed …
-
Hi, I'm getting a `Could not evaluate attribute 'ratios' while converting operator 'Split'; NameError: name 'split' is not defined` error when converting a yolov5s.onnx model to NNEF format. Any sugge…
-
Dear NNEF programers,
This error occurred while converting from ONNX to TF.
## Enviroment
In Google Colab, we installed these packages.
```powershell
!pip install onnx
!git clone https:/…
-
Related to #393
I believe that a significant number of models will benefit from being compiled ahead of time instead of relying on the interpreter.
Specifically, doing so would allow:
* Reduci…
-
I've been looking into https://github.com/breizhn/DTLN-aec, converted to ONNX using the very convenient tflite2onnx python package, and have found that it seems to spit out an error when trying to opt…
-
Several ONNX operators such as [Reshape](https://github.com/onnx/onnx/blob/main/docs/Operators.md#Reshape) and [ConstantOfShape](https://github.com/onnx/onnx/blob/main/docs/Operators.md#constantofshap…
-
Maybe I was a bit too quick to close #718 as it seems to still have some issues when running depending on exact flags I pass.
I'll post these in one go as I think they're related; but we'll see.
…
-
## Method
We use [valgrind](https://valgrind.org/) with following command
```
PYTHONMALLOC=malloc valgrind --leak-check=full --show-leak-kinds=definite,indirect /bin/python3.8 test_run.py
```
T…
-
# Summary
Using the NNEF tools (convert, visualize, etc.) with Python 3.10 and later fails with the following error:
```
ImportError: cannot import name 'Sequence' from 'collections' (/usr/lib/…
-
Is it possible to create a standalone bundle from ONNX model? Currently the examples listed require ONNX file be loaded. It would be awesome if one can compile the model statically. Would have been gr…