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