-
![convert_input_SeparableConv2D](https://user-images.githubusercontent.com/11707452/66821996-0875c680-ef4c-11e9-803e-aaaf79a0cda8.png)
![conver_result_two_conv2d](https://user-images.githubuserconten…
-
I want to convert NNEF floating point model to 8 bit tensorflow or ONNX quantized model.
Can I get the 8 bit quantized model from the converter available .
-
I am trying to convert [this](https://drive.google.com/open?id=1WjFXyuEAHku7GHrTeqqW9PH37HsRQOlP) ONNX model to a Tensorflow PB and the slices are not being converted correctly I believe. The size att…
idenc updated
5 years ago
-
Seems that the `broadcast` and `axis` parameters are not being taken into account when converting a caffe2 broadcastable operator to NNEF
e.g. https://caffe2.ai/docs/operators-catalogue.html#mul
T…
-
* Add ONNX Model profile scripts
* Add NNEF Model profile scripts
* Create ONNX & NNEF models list
-
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…
-
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…
-
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…
-
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…