• Example cpp running onnx on arm NN
    Hey, I am trying to deploy a pretrained ONNX model on an ARM server - I've seen the link to build an environment for ONNX and the simple example - but haven't yet found a working example linking...
  • Map file generation using arm-none-eabi
    Hi all, We generally get executable and linkable file(ELF) to program Microcontrollers. I wanted to generate MAP file using this elf file to observe various sections of memory. How is it possible using...
  • Non-linearity sharing in deep neural networks (a flaw?)
    You probably do want to include library code for fast random projections based on random sign flipping and the Walsh Hadamard transform, even if it is just to allow people to experiment. https://discourse...
  • Object detection
    Hi guys, Has anyone tried object detection using ARM NN? Are there any examples you could point me to? I have mobilnet-ssd TF model, also TF-LIte model 8bit quantized but I am happy to retrain on anything...
  • Equivalences between flags (parameters) of the cc and gcc compilers
    Hi. First of all, I appreciate your time spent on your response. I need to compile an application and the makefile it provides uses the cc compiler and the parameters (flags) are not equivalent with...