Somasundaram
Somasundaram
@Colm-in-Arm : Thanks for your response. As I mentioned, I want to execute the Neural Network in my SoC. Right I cannot install python, numpy or any other packages as...
@FrancisMurtagh-arm: Yes you are right, the "GpuAcc" isn't listed there. It says "current platform provides [CpuAcc, CpuRef]". Please note that I am using the opencl files generated by utilizing the...
@FrancisMurtagh-arm : No I am not using any of the distro. I am building Linux-5.10.198 from scratch. Also as I mentioned earlier, my SoC is not connected to web, so...
Hello @FrancisMurtagh-arm, I was able to recompile the DDK by enabling OpenCL capabilities. I get the below error while executing Mobilenet application through ExecuteNetwork, Error: An error occurred attempting to...
@FrancisMurtagh-arm: Please find the mobilenet model used. Note that this model runs successfully on CpuAcc runtime. Also I have given the complete log below. Kindly assist. [MobileNet.zip](https://github.com/ARM-software/armnn/files/15415806/MobileNet.zip) 0:02:00: Warning: DEPRECATED:...
@FrancisMurtagh-arm : Where you able to execute the model ? I am stuck here badly
@FrancisMurtagh-arm: The issue is fixed. There was a hardware bug.
@Colm-in-Arm : Does tf-lite support INT64 types or do you recommend any other parsers? My objective is to run inferencing on any of the LLM model on Mali G710 GPU...
@Colm-in-Arm : Like to inform you that I am able to successfully execute GPT2 tflite model on Mali G710 GPU. The "gpt2-64-fp16.tflite" model worked. Now ARM can add LLM in...
@Colm-in-Arm : I haven't reduced the size of the model. The file size of "gpt2-64-fp16.tflite" was 248 mb. Like to know why we need to reduce the model size ?...