-
Hello
The following lines look like bugs to me.
In file `parser/cpp/include/nnef/flat/flat_parser.h`:
Line 232: have `(%s)`, should be `(%d)`:
```
throw Error(position, "left-hand-side item…
-
I was working on some of the NNEF models from model zoo and found out that some of them were missing softmax layer at the end.
For example, I verified that vgg19 model from onnx has softmax layer …
-
The wiki lists different [interpolation techniques](https://github.com/mpv-player/mpv/wiki/Interpolation). There are [examples on the web](https://gist.github.com/phiresky/4bfcfbbd05b3c2ed8645) that u…
flxai updated
4 years ago
-
List of Absolute Path
```
MIVisionX/amd_openvx/cmake/FindAMDRPP.cmake: /opt/rocm/rpp/include
MIVisionX/amd_openvx/cmake/FindAMDRPP.cmake: /opt/rocm/rpp/lib
MIVisionX/amd_openvx/cmake/FindAMD…
-
Hi
There was a problem converting a upsample bilinear layer before opset_version 11 in onnx,
But it had been fixed it by version 11,
I was wondering if you are planning to support onnx opse…
-
Allowing to install nnef_tools package with the command ```pip install git+https://github.com/KhronosGroup/NNEF-Tools.git``` would be very convenient. +
Currently I get this error:
```
(venv) >pi…
idenc updated
5 years ago
-
Hi,
We are exploring the use of NNEF format to export model from pytorch directly or ONNX to NNEF and use it as a bridge to import it to TVM and optimize it further. Is it possible ? I read that re…
-
Hello,
We have been trying to convert Mask_RCNN to NNEF and are running into the following errors. We have tried two different approaches:
#### 1. Converting [matterport's Mask_RCNN](https://git…
-
Hello friends,
When I use python interface to load nnef, I found tensor data type attribute not show correct.
```
import nnef
graph = nnef.load_graph(r'D:\nnef\model\inception_v1.caffe2.nnef')…
-
Hi NNEF contributers.
Does nnef have plan to release python .whl package?
If nnef plan to support on local user must prepare build environment.
If cross platform, user may do different platform bui…