Skip to content
  1. Jan 25, 2022
  2. Jan 17, 2022
  3. Jan 04, 2022
  4. Dec 30, 2021
  5. Dec 24, 2021
    • Kshitij Sisodia's avatar
      MLECO-2599: Replace DSCNN with MicroNet for KWS · 76a15808
      Kshitij Sisodia authored and Liam Barry's avatar Liam Barry committed
      
      
      Added SoftMax function to Mathutils to allow MicroNet
      to output probability as it does not nativelu have this layer.
      Minor refactoring to accommodate Softmax Calculations
      Extensive renaming and updating of documentation and resource download script.
      Added SoftMax function to Mathutils to allow MicroNet
      to output probability.
      
      Change-Id: I7cbbda1024d14b85c9ac1beea7ca8fbffd0b6eb5
      Signed-off-by: Liam Barry's avatarLiam Barry <liam.barry@arm.com>
      76a15808
  6. Dec 17, 2021
  7. Dec 14, 2021
  8. Dec 10, 2021
  9. Dec 09, 2021
    • Ayaan Masood's avatar
      MLECO-2082 Fixes and improvements from OOB · 233cec0a
      Ayaan Masood authored
        -Fixed noise_reduction CMake bug cause inference to fail when non-default mac_units passed to build script
        -Inference complete message added to noise_reduction LCD
        -Doc update clarfiy vela.ini config file for compiling to non-default memory modes
        -QOL improvement by adding a note on how to make path variables permenant when configuring Arm compilers
      
      Change-Id: Id798b25638260721d8e48468b7a5942bd802d63b
      21.11
      233cec0a
    • Isabella Gottardi's avatar
      Change labels for Vww · a4615cef
      Isabella Gottardi authored
      Change-Id: I81fc96b412959d2a6dd61b6fbd671345b2f39b8d
      a4615cef
  10. Dec 07, 2021
  11. Nov 30, 2021
  12. Nov 26, 2021
  13. Nov 25, 2021
  14. Nov 23, 2021
    • Kshitij Sisodia's avatar
      MLECO-1935: All common CMake user options consolidated. · b59ba684
      Kshitij Sisodia authored
      For easier look up and maintenance, all common CMake user options
      have been consolidated in one CMake file.
      
      NOTE: the individual use case specific options are still within
            the correspoinding use case CMake files.
      
      Change-Id: Id887f7b2c763f4d3eb997d997cf466684d0089b6
      b59ba684
  15. Nov 22, 2021
  16. Nov 18, 2021
    • ayamas01's avatar
      MLECO-2525 Upgrade to C++ 14 · 15f80701
      ayamas01 authored
      -Updated CMake to use C++ 14
      -Removed cmsis makefile include from tensorflow.cmake
      -Documentation update
      -Added more flags for processor in CMake
      
      Change-Id: I1c2b72141e98a5cf8bb09176d7c331da3b05b4c5
      15f80701
  17. Nov 16, 2021
  18. Nov 15, 2021
  19. Nov 12, 2021
  20. Nov 10, 2021
  21. Nov 09, 2021
  22. Nov 05, 2021
  23. Oct 29, 2021
  24. Oct 25, 2021
    • Isabella Gottardi's avatar
      MLECO-2458 and MLECO-2476 [Fix] VWW IFM quant step · 79d4154e
      Isabella Gottardi authored
      * Changed image->cc conversion to be similar with preprocessing
        of img_class and vww models: images are scaled maintaing the
        aspect ration and then the centre crop of the correct size
        is taken.
      * VWW applies input quantization info to the int8 image
        (prior converted to [0,1] float range).
      * Changed adult_blur to a image without person.
      * Fix menu print when selecting a specific ifm to run
        (Select message was displayed after typing something)
      
      Change-Id: Ie6cde7ab4835ea842667b87397458a5d32131df3
      79d4154e
  25. Oct 22, 2021
    • Kshitij Sisodia's avatar
      MLECO-2489: Minor addition for PlatformMath · 14ab8d44
      Kshitij Sisodia authored
      Adding sine function and allowing FFTs to be computed for cases where
      the FFT len is not a power of 2. In this case, the naive implementation
      is used. Option for computing FFT for a complex vector has also been
      added, although, the CMSIS-DSP flow needs to be tested.
      
      Change-Id: Iad9902b946f3088de91a5f67acfb4cb3d0b00457
      14ab8d44
  26. Oct 15, 2021
  27. Oct 05, 2021
  28. Oct 04, 2021
    • Kshitij Sisodia's avatar
      MLECO-2344: Documentation improvement · f4962c8d
      Kshitij Sisodia authored
      Documenting how the target platform's SRAM size impacts configuration files,
      sources and linker scripts.
      
      Change-Id: I8647ab67b73bafd0c44e6c586a1b5f2602bf03f5
      f4962c8d
    • Kshitij Sisodia's avatar
      MLECO-2407: Correction for Cortex-M55 core clock · 105ed71f
      Kshitij Sisodia authored
      AN547 sets the core clock for both M55 and U55 to 32MHz, while the
      blocks on APB use a different clock of 25MHz.
      
      Note: this will have not change any of the MPS3 FPGA profiling
      numbers (cycle counts and elapsed time in milliseconds) for
      Cortex-M55 as this was already using the correct counters under
      MPS3. The only difference would be that the system tick interrupt
      will fire every 10ms as intended instead of every 7.8125 ms as it
      is doing with current software.
      
      Change-Id: I77cd269c7c02f5d6e65328eb285185bae74e4e36
      105ed71f
  29. Sep 28, 2021
  30. Sep 27, 2021
  31. Sep 24, 2021
  32. Sep 16, 2021
Loading