-
> 'constant' : the border is considered constant, currently the only supported value is 0
The spec says supported border 'constant' value is 0, but we need to set this to `-inf` as a default for ma…
syoyo updated
5 years ago
-
I'm trying to convert MTCNN to NNEF (and ultimately to openVX) but the Caffe converter doesn't support Prelu activations:
~/src/MTCNN_face_detection_alignment/code/codes/MTCNNv1/model$ caffe_to_nne…
-
Using latest converter(au-zone) from [faster_rcnn_resnet101_coco]to nnef results in following error
**Error: NNEF External node, 'shape' values must be positive**
### Model
`wget http://downloa…
-
Hello, the shell script in the caffe converter examples folder is failing with the following error.
I then used ResNet50 Model along with the model file but error remains the same.
Can you please g…
-
Created from https://github.com/caffe2/models/tree/master/googlenet
Commit: 65b8ec4b1eccfbce30e6ab70492c674aafbe007c
Command used to convert the model: python -m nnef_converter.convert --input-frame…
-
Hi, I'm trying to parse my graph.nnef using the python function parse_file() as below:
attrs, ops = nnef.parse_file(inputFolder + 'graph.nnef')
My graph.nnef is converted from onnx model and has…
-
The binary file support for quantized values, described in the spec, looks pretty good, and I see handling of quantization in the nnef tensorflow exporter.
https://github.com/KhronosGroup/NNEF-To…
-
I noticed that tvm uses a light-weight json format as a bridge from mxnet. I believe it is also used as in bridge format to ngraph.
https://docs.tvm.ai/dev/nnvm_json_spec.html
Tvm has also been…
-
The Netron graph display tool is very useful, and they support many formats. It appears to me that if NNEF had a protobuf or flatbuffer format then it would not be a big issue to request that they a…
-
I noticed that the current parser no longer parses the quant file. That's a pretty big change without a notice. It was convenient for code generation to have all the quantization info coming over in…