blob: da3a5e1fb58bbcb595d2c803f802bef3ce5fb213 [file] [log] [blame]
Isabella Gottardi118f73e2021-09-16 17:54:35 +01001Changes in 21.11
2 * Support for 21.08 Ethos-U component and dependencies (core-software, core-driver, Vela 3.1.0, CMSIS, TensorFlow Lite).
3 * Added dynamic load support for FVP for inference runner use-case.
4 * Added support for different memory modes: Shared_Sram, Dedicated_Sram and Sram_Only
5 * Documentation updates.
6
Isabella Gottardic5d8bda2021-07-21 10:35:08 +01007Changes in 21.08
8 * Support for 21.05 Ethos-U component (core-software, core-driver, Vela 3.0.0).
9 * TensorFlow submodule changed to https://github.com/tensorflow/tflite-micro (tested with TensorFlow Lite Micro commit hash: f510d38d0eaa3195ce3af66e3f32648740f08afb).
10 * Image classification model changed (from uint8 to int8 datatype).
11 * Documentation updates, added support to Corstone-300 + Ethos-U65.
12 * Various scripts improvements.
Isabella Gottardi118f73e2021-09-16 17:54:35 +010013 * Added Visual Wake Word use case.
Isabella Gottardic5d8bda2021-07-21 10:35:08 +010014
Isabella Gottardi2181d0a2021-04-07 09:27:38 +010015Changes in 21.05
16 * Added script to download and optimize default models.
17 * Added script to run default build flow.
18 * Added a model for Anomaly Detection use case.
Isabella Gottardic5d8bda2021-07-21 10:35:08 +010019 * Added support for build with Arm GNU Embedded Toolchain (10.2.1).
20 * Deprecated support for target subsystem SSE-200.
Isabella Gottardi2181d0a2021-04-07 09:27:38 +010021
alexander3c798932021-03-26 21:42:19 +000022Changes in 21.03
Isabella Gottardic5d8bda2021-07-21 10:35:08 +010023 * Simple platform support added.
24 * Model conditioning examples added.
25 * Documentation updated.
26 * Build changed to use sources of the dependency libraries.
27 * Tests for native platform added.
28 * Anomaly detection use-case added.
alexander3c798932021-03-26 21:42:19 +000029
30Changes in 20.11
31 * SSE-200 and SSE-300 system support was added.
32 * Support for simple fixed virtual platform for Ethos-U55 and Cortex-M55 removed.
33 * Build cmake parameters changed: TARGET_SUBSYSTEM was added, TARGET_PLATFORM accepted values were changed.
34 * Models with multiple output tensors support was added.
35 * Generic inference runner use-case added.
36 * 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.
37
38Changes in 20.09 release:
39 * Support for TensorFlow Lite Micro version > 2.3.0 (tested with TensorFlow Lite Micro 2.4.0 commit hash: 5bbb8a2bd1def6865b1510175a3da5fd12387e10)
40 * Added speech recognition use case example.
41 * Updated Ethos-U55 Fastmodel version to r0p2-00eac0-rc4
42
43Changes in 20.08 release:
44 * Added keyword spotting use case example.
45 * Added person detection use case example.
46Known issues:
47 * telnet connection to FastModel environment may hang after some period of inactivity.
48
49Changes in 20.05 release:
50 * FastModel environment was built with FastModel Tools v11.10.22.
51 * Mps3 FPGA build support was added.
52 * Configurable timing-adaptor.
53 * Added Active and Idle cycle counts for NPU and CPU profiling report.
54 * Source code structure and build scripts refactored to support multiple ML use-cases.
55 * Used EAC Ethos-U55 software model and drivers.
56 * Windows support for build scripts.
57Known issues:
58 * telnet connection to FastModel environment may hang after some period of inactivity.