-
Hello. In file "NNEF-Tools/parser/cpp/include/nnef/flat/stdlib_protos.h" for operation "reshape" missing attributes (axis_start and axis_count) which were added in https://www.khronos.org/registry/NN…
-
While converting a tensorflow-pb model to nnef, I encountered an issue saying
Error: No shape propagator for LeakyRelu
I used the following command for the conversion:
./nnef_tools/convert.py …
-
Where is argmax.cpp file mentioned in the [vgg16-nnef-openvx tutorial](https://github.com/rgiduthuri/openvx_tutorial/tree/master/tutorial_exercises/vgg16-nnef-openvx)?
***Excerpt from [README](ht…
-
What's the appropriate way to cite NNEF in an academic publication?
-
![convert_input_SeparableConv2D](https://user-images.githubusercontent.com/11707452/66821996-0875c680-ef4c-11e9-803e-aaaf79a0cda8.png)
![conver_result_two_conv2d](https://user-images.githubuserconten…
-
When I load graph using the nnef graph path,
graph = nnef.load_graph(path)
nnef.infer_shapes(nnef_graph)
I was able to get the data and the data type of the variable tensor as follows:
if op…
-
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
-
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