Ren-Yi Huang
Ren-Yi Huang
I met the same problem, I found that SNPE seems not support leaky relu in Tensorflow. Now I replace the leakyRelu operation with relu.
@Shelton-N, the attachment is the Makefile generated from CMake Best Regards, Rahn [Makefile_from_CMakeLists.txt](https://github.com/ARM-software/armnn/files/9249603/Makefile_from_CMakeLists.txt)
Hi @TeresaARM, I've tested with CpuAcc and GpuAcc backend, and the inference results are similar
Hi @TeresaARM, The followings are the inference results using CpuRef, and the results are not closer to those from TensorFlow   Thank you
Hi, I compared two int8 tflite models trained in TensorFlow1 and TensorFlow2 respectively, and I found the input zero point values are different. Is this the main reason why inferring...
Hi, I've tried the following modifications but the inference results still contain noisy results: 1. Based on thread [#161](https://github.com/ARM-software/armnn/issues/161), the author had tried not to do preprocess the image and...
@PrashantDandriyal, sorry I have not solved the problem yet, and I only tried to convert v3-tiny model