summaryrefslogtreecommitdiff
path: root/release_notes.txt
diff options
context:
space:
mode:
authoralexander <alexander.efremov@arm.com>2021-03-26 21:42:19 +0000
committerKshitij Sisodia <kshitij.sisodia@arm.com>2021-03-29 16:29:55 +0100
commit3c79893217bc632c9b0efa815091bef3c779490c (patch)
treead06b444557eb8124652b45621d736fa1b92f65d /release_notes.txt
parent6ad6d55715928de72979b04194da1bdf04a4c51b (diff)
downloadml-embedded-evaluation-kit-3c79893217bc632c9b0efa815091bef3c779490c.tar.gz
Opensource ML embedded evaluation kit21.03
Change-Id: I12e807f19f5cacad7cef82572b6dd48252fd61fd
Diffstat (limited to 'release_notes.txt')
-rw-r--r--release_notes.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/release_notes.txt b/release_notes.txt
new file mode 100644
index 0000000..13c40a7
--- /dev/null
+++ b/release_notes.txt
@@ -0,0 +1,37 @@
+Changes in 21.03
+ * simple platform support added
+ * model conditioning examples added
+ * documentation updated
+ * build changed to use sources of the dependency libraries
+ * tests for native platform added
+ * anomaly detection use case added
+
+Changes in 20.11
+ * SSE-200 and SSE-300 system support was added.
+ * Support for simple fixed virtual platform for Ethos-U55 and Cortex-M55 removed.
+ * Build cmake parameters changed: TARGET_SUBSYSTEM was added, TARGET_PLATFORM accepted values were changed.
+ * Models with multiple output tensors support was added.
+ * Generic inference runner use-case added.
+ * 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.
+
+Changes in 20.09 release:
+ * Support for TensorFlow Lite Micro version > 2.3.0 (tested with TensorFlow Lite Micro 2.4.0 commit hash: 5bbb8a2bd1def6865b1510175a3da5fd12387e10)
+ * Added speech recognition use case example.
+ * Updated Ethos-U55 Fastmodel version to r0p2-00eac0-rc4
+
+Changes in 20.08 release:
+ * Added keyword spotting use case example.
+ * Added person detection use case example.
+Known issues:
+ * telnet connection to FastModel environment may hang after some period of inactivity.
+
+Changes in 20.05 release:
+ * FastModel environment was built with FastModel Tools v11.10.22.
+ * Mps3 FPGA build support was added.
+ * Configurable timing-adaptor.
+ * Added Active and Idle cycle counts for NPU and CPU profiling report.
+ * Source code structure and build scripts refactored to support multiple ML use-cases.
+ * Used EAC Ethos-U55 software model and drivers.
+ * Windows support for build scripts.
+Known issues:
+ * telnet connection to FastModel environment may hang after some period of inactivity. \ No newline at end of file