blob: abf605bd8e5a5c7c8fd1da9b7d20da2cfd2dbe67 [file] [log] [blame]
Isabella Gottardi2181d0a2021-04-07 09:27:38 +01001Changes in 21.05
2 * Added script to download and optimize default models.
3 * Added script to run default build flow.
4 * Added a model for Anomaly Detection use case.
5
alexander3c798932021-03-26 21:42:19 +00006Changes in 21.03
7 * simple platform support added
8 * model conditioning examples added
9 * documentation updated
10 * build changed to use sources of the dependency libraries
11 * tests for native platform added
12 * anomaly detection use case added
13
14Changes in 20.11
15 * SSE-200 and SSE-300 system support was added.
16 * Support for simple fixed virtual platform for Ethos-U55 and Cortex-M55 removed.
17 * Build cmake parameters changed: TARGET_SUBSYSTEM was added, TARGET_PLATFORM accepted values were changed.
18 * Models with multiple output tensors support was added.
19 * Generic inference runner use-case added.
20 * 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.
21
22Changes in 20.09 release:
23 * Support for TensorFlow Lite Micro version > 2.3.0 (tested with TensorFlow Lite Micro 2.4.0 commit hash: 5bbb8a2bd1def6865b1510175a3da5fd12387e10)
24 * Added speech recognition use case example.
25 * Updated Ethos-U55 Fastmodel version to r0p2-00eac0-rc4
26
27Changes in 20.08 release:
28 * Added keyword spotting use case example.
29 * Added person detection use case example.
30Known issues:
31 * telnet connection to FastModel environment may hang after some period of inactivity.
32
33Changes in 20.05 release:
34 * FastModel environment was built with FastModel Tools v11.10.22.
35 * Mps3 FPGA build support was added.
36 * Configurable timing-adaptor.
37 * Added Active and Idle cycle counts for NPU and CPU profiling report.
38 * Source code structure and build scripts refactored to support multiple ML use-cases.
39 * Used EAC Ethos-U55 software model and drivers.
40 * Windows support for build scripts.
41Known issues:
42 * telnet connection to FastModel environment may hang after some period of inactivity.