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