-
# 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…
-
Congrats on getting this done!
Was just skimming over bit of the code, trying to find places where I can actually makes things easier to integrate, and I spotted this one... What prevents you to ju…
-
I am trying to convert a derivative of MobileNetV2, I have the .tflite file however when I'm trying to convert it I get the following error
`Could not evaluate attribute 'dtype' while converting oper…
-
Hi!
Supercool project you got. Why have I not seen this before?
I'm not a OCaml coder, so I would love it if you could extract the neural networks from your project. I have a similar project bac…
-
-
When attempting to convert a model from https://github.com/Lednik7/CLIP-ONNX I get the following error:
```
$ tract image.onnx -i N,3,224,224,f32 --nnef-tract-core --nnef-tract-onnx dump --nnef-ta…
-
Hello!
I'm trying to convert some of our stack to use NNEF as a shipped format instead of raw ONNX (for performance reasons at load time based on #393); but I'm running into a slight issue with bat…
-
Hello!
Thanks to yesterday's fix I'm now able to load and infer on NNEFs. However, we rely heavily on input and output naming to ensure we input the right arguments to the right position; and the c…
-
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
```
In file included from ../cpp/include/nnef/comp/comp_parser.h:29,
from nnef.cpp:…