-
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…
-
Hello
While analyzing the code of the sample NNEF runtime I came to a conclusion that executors that use `tensor_view` shall fail when a rank of any of its operand is smaller than a rank of the res…
-
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 …
-
Clarification: for the two-byte version info, specify that the first byte is the major version and the second byte is the minor version (right now, this is only implied).
Suggestion: define the alg…
zoeoz updated
4 years ago
-
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
-
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…
-
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…
-
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')…
-
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 …