-
While experimenting with dynamic quantization I am getting this error.
Input format is NNEF and output is Tensorflow-pb.
Dynamic quantization is performed in the graph.nnef on the activation layer …
-
Do we need to define a shape inference function as well if we define a custom fragment in the graph.nnef file? I am getting the following error trying to define a custom quantization fragment.
###cod…
-
When the nnef-tools/convert.py file is used to convert from nnef format to onnx format with the following command :
`python nnef_tools/convert.py --input-format nnef --output-format onnx --input-mod…
-
I am converting Official ResNet50 model from Caffe2 Model zoo -> NNEF -> Tensorflow. Caffe2 -> NNEF was done using the legacy tool provided which works fine. NNEF to Tensorflow python export works fi…
-
In neural network, a Normalisation neuron contains `mu` and `var` parameters, besides `gamma` and `beta`. Its behaviour varies in different mode: it normalises input with average and variance of curre…
-
In the NNEF Model Zoo, some of the models get input as nhwc while some models get input as nchw format. I assume that models that are converted from tensorflow is in nhwc format. Can you make this uni…
-
When we convert a nnef model to onnx model using converter provided, while parsing converted model onnx file weights are not accessible. We encounter the following issue:
```
Program received signal…
-
Need `nnef_to_nnir.py` to be implemented in `model_compiler/python`
-
Using latest amdovx-modules repo to convert nnef to openvx gives me this error
> OK: parsing /home/amd/models/nnef/object_detection//mobilenet_v1_1/graph.nnef ...
> Parse error: [2:12] expected to…
-
* Creating NNEF Model from caffe or tensor flow model
* NNEF to NNIR Flow documentation missing
* Layers supported for NNEF