-
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…
-
There are neural network specifications intended to be cross toolkit: https://onnx.ai/ https://www.khronos.org/nnef (of course there are two standards...). Support them?
-
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…
-
I've been having an issue where I can't Sample 3 working for the compiler samples, I've set it up according to the steps https://gpuopen-professionalcompute-libraries.github.io/MIVisionX/samples/model…
-
I try to convert the Inception v3 model in [NNEF model zoo](https://github.com/KhronosGroup/NNEF-Tools/tree/master/models#googlenet) from TF to NNEF with the following commands:
```
wget https://sto…
-
I am trying to save and to convert a neural network from TF to NNEF using the nnef-tools converter. But layers `tf.nn.batch_normalization` and `tf.clip_by_value` are converted not according to [operat…
-
I am trying to save and to convert a simple tensorflow network:
```
import tensorflow as tf
import nnef_tools.io.tf.graphdef as graphdef
def testnet_add_n():
x = tf.placeholder(tf.float32, …
-
When I try to get output activations of a simple example with bool datatype tensors:
```
import tensorflow as tf
import nnef_tools.io.tf.graphdef as graphdef
def testnet_not():
x = tf.pla…
-
I am trying to convert a retinanet onnx model to nnef as a bridge to finally convert it to tflite. The model was originally trained in pytorch and i used onnx to convert the pytorch model to onnx.
T…