blob: 93d1f669fe62a33a81d8d9b502aed5bedd1c2224 [file] [log] [blame]
Isabella Gottardi118f73e2021-09-16 17:54:35 +01001Changes in 21.11
Richard Burton2de7ba02021-11-30 15:51:15 +00002 * Support for 21.11 Ethos-U component and dependencies (core-software, core-driver, Vela 3.2.0, CMSIS, TensorFlow Lite).
Isabella Gottardi118f73e2021-09-16 17:54:35 +01003 * Added dynamic load support for FVP for inference runner use-case.
Isabella Gottardi84f702d2021-11-11 17:06:12 +00004 * Added support for different memory modes: Shared_Sram, Dedicated_Sram and Sram_Only.
5 * Added Noise Reduction use case.
6 * Updated support for Arm GNU Embedded Toolchain 10.3-2021.07 and Arm Compiler 6.17.
Isabella Gottardi118f73e2021-09-16 17:54:35 +01007 * Documentation updates.
Kshitij Sisodia661959c2021-11-24 10:39:52 +00008 * Changes to support AN552 design - the new Arm® Corstone™-300 implementation.
Isabella Gottardi118f73e2021-09-16 17:54:35 +01009
Isabella Gottardic5d8bda2021-07-21 10:35:08 +010010Changes in 21.08
11 * Support for 21.05 Ethos-U component (core-software, core-driver, Vela 3.0.0).
12 * TensorFlow submodule changed to https://github.com/tensorflow/tflite-micro (tested with TensorFlow Lite Micro commit hash: f510d38d0eaa3195ce3af66e3f32648740f08afb).
13 * Image classification model changed (from uint8 to int8 datatype).
14 * Documentation updates, added support to Corstone-300 + Ethos-U65.
15 * Various scripts improvements.
Isabella Gottardi118f73e2021-09-16 17:54:35 +010016 * Added Visual Wake Word use case.
Isabella Gottardic5d8bda2021-07-21 10:35:08 +010017
Isabella Gottardi2181d0a2021-04-07 09:27:38 +010018Changes in 21.05
19 * Added script to download and optimize default models.
20 * Added script to run default build flow.
21 * Added a model for Anomaly Detection use case.
Isabella Gottardic5d8bda2021-07-21 10:35:08 +010022 * Added support for build with Arm GNU Embedded Toolchain (10.2.1).
23 * Deprecated support for target subsystem SSE-200.
Isabella Gottardi2181d0a2021-04-07 09:27:38 +010024
alexander3c798932021-03-26 21:42:19 +000025Changes in 21.03
Isabella Gottardic5d8bda2021-07-21 10:35:08 +010026 * Simple platform support added.
27 * Model conditioning examples added.
28 * Documentation updated.
29 * Build changed to use sources of the dependency libraries.
30 * Tests for native platform added.
31 * Anomaly detection use-case added.
alexander3c798932021-03-26 21:42:19 +000032
33Changes in 20.11
34 * SSE-200 and SSE-300 system support was added.
35 * Support for simple fixed virtual platform for Ethos-U55 and Cortex-M55 removed.
36 * Build cmake parameters changed: TARGET_SUBSYSTEM was added, TARGET_PLATFORM accepted values were changed.
37 * Models with multiple output tensors support was added.
38 * Generic inference runner use-case added.
39 * ASR triggered by KWS added in the same use case (kws_asr). This also shows how to re-use tensor arena with two models using the same memory pool.
40
41Changes in 20.09 release:
42 * Support for TensorFlow Lite Micro version > 2.3.0 (tested with TensorFlow Lite Micro 2.4.0 commit hash: 5bbb8a2bd1def6865b1510175a3da5fd12387e10)
43 * Added speech recognition use case example.
44 * Updated Ethos-U55 Fastmodel version to r0p2-00eac0-rc4
45
46Changes in 20.08 release:
47 * Added keyword spotting use case example.
48 * Added person detection use case example.
49Known issues:
50 * telnet connection to FastModel environment may hang after some period of inactivity.
51
52Changes in 20.05 release:
53 * FastModel environment was built with FastModel Tools v11.10.22.
54 * Mps3 FPGA build support was added.
55 * Configurable timing-adaptor.
56 * Added Active and Idle cycle counts for NPU and CPU profiling report.
57 * Source code structure and build scripts refactored to support multiple ML use-cases.
58 * Used EAC Ethos-U55 software model and drivers.
59 * Windows support for build scripts.
60Known issues:
Kshitij Sisodia661959c2021-11-24 10:39:52 +000061 * telnet connection to FastModel environment may hang after some period of inactivity.