aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnie Tallund <annie.tallund@arm.com>2023-11-16 13:55:21 +0100
committerAnnie Tallund <annie.tallund@arm.com>2023-11-16 13:58:41 +0100
commitb09d9fa0028ebb7496327786810e5f0abbcdfd68 (patch)
treec38ecb21fa2829b26c53b5f5842c92816449a777
parent1e8eae16a96bb317eee9da8c079dd7bc1a195b65 (diff)
downloadmlia-b09d9fa0028ebb7496327786810e5f0abbcdfd68.tar.gz
MLIA-136 Update RELEASES.md with pruning test issue
Signed-off-by: Annie Tallund <annie.tallund@arm.com> Change-Id: I2b2383533578b815372e26f01d6066b4a9b39df0
-rw-r--r--RELEASES.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 4ac1b9b..80031d6 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -31,6 +31,15 @@ scheme.
* Have the TFLite compability check display tables for all
targets (MLIA-711)
+### Known issues
+
+* The test_cluster_simple_model_fully test case in
+ test_nn_tensorflow_optimizations_pruning.py has proved to fail
+ sporadically for stochastic reasons, due to a threshold not being met.
+ Re-running the test will help. We are yet to find a more deterministic
+ approach to run the test, and in the meantime we classify it as a
+ known issue.
+
## Release 0.6.0
### Feature changes