-
Can we just use the i8xi8 path by applying an offset and playing with zeropoint ?
-
Hi, I am Mahadevan. I tried to convert the face detection ONNX model to NNEF and the model conversion was successful. I used the version-slim-320_simplified.onnx model from the following link for face…
-
Using the `-fuse` operation has the following warning
```
nnef2nnir2openvx with FUSED Operations -- mnist-nnef
mnist-nnef - Batch size 1
reading NNEF model from /home/kiriti/nn-test/MIVisio…
-
# Ask a Question
### Question
I am curious if there is a common *human-writable* text format for specifying the architecture (untrained) of a neural network.
### Further information
- Releva…
-
NNEF conversion to NNIR Failure
* Sample 3 - [Classification with VGG16 NNEF Model](https://github.com/GPUOpen-ProfessionalCompute-Libraries/MIVisionX/tree/master/samples/model_compiler_samples#sam…
-
Hi, apologies if this is already documented somewhere - I saw tensorflow lite is mentioned in the readme, but the process to actually load a tflite model seems unclear. I tried to use the tract-tensor…
-
After getting the latest commits, I now get an error such as:
`Input graph contains tensors with unknown shape: '101', '106',...`
when trying to convert an onnx model to nnef. What has happened…
-
Hi I am trying to compare the correctness of certain models.
Does NNEF offer a runtime functionality where I can get the reference results for certain models?
Or does it always has to be converted …
-
I converted a simple graph from Keras (tf 2.4) -> tflite -> NNEF:
```
version 1.0;
graph main(external1) -> (linear2)
{
external1 = external(shape = [1, 64]);
variable1 = variable(shap…
-
I am trying to save and to convert the [Emotion FerPlus network](https://github.com/onnx/models/tree/master/vision/body_analysis/emotion_ferplus) from ONNX to NNEF with `--optimize` flag using the fol…