Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 5f2fea4

Browse files
authored
Merge pull request #31 from ARM-software/add_accuracy_scores
Added accuracy scores to table
2 parents 21032c1 + 8bb350c commit 5f2fea4

File tree

51 files changed

+159
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+159
-116
lines changed

README.md

Lines changed: 106 additions & 60 deletions

models/anomaly_detection/micronet_medium/tflite_int8/README.md

Lines changed: 1 addition & 1 deletion

models/anomaly_detection/micronet_medium/tflite_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
DCASE 2020 Task 2 Slide rail:
3-
AUC: 0.9632
3+
AUC: 0.963
44
description: This is a fully quantized version (asymmetrical int8) of the MicroNet
55
Medium model developed by Arm, from the MicroNets paper. It is trained on the 'slide
66
rail' task from http://dcase.community/challenge2020/task-unsupervised-detection-of-anomalous-sounds.

models/anomaly_detection/micronet_small/tflite_int8/README.md

Lines changed: 1 addition & 1 deletion

models/anomaly_detection/micronet_small/tflite_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
DCASE 2020 Task 2 Slide rail:
3-
AUC: 0.9548
3+
AUC: 0.955
44
description: This is a fully quantized version (asymmetrical int8) of the MicroNet
55
Small model developed by Arm, from the MicroNets paper. It is trained on the 'slide
66
rail' task from http://dcase.community/challenge2020/task-unsupervised-detection-of-anomalous-sounds.

models/image_classification/mobilenet_v2_1.0_224/tflite_int8/README.md

Lines changed: 1 addition & 1 deletion

models/image_classification/mobilenet_v2_1.0_224/tflite_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
ILSVRC 2012:
3-
top-1-accuracy: '69.68'
3+
top-1-accuracy: 0.697
44
description: "INT8 quantised version of MobileNet v2 model. Trained on ImageNet."
55
license:
66
- Apache-2.0

models/image_classification/mobilenet_v2_1.0_224/tflite_uint8/README.md

Lines changed: 1 addition & 1 deletion

models/keyword_spotting/cnn_large/tflite_int8/README.md

Lines changed: 1 addition & 2 deletions

models/keyword_spotting/cnn_large/tflite_int8/definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
benchmark:
22
Google Speech Commands test set:
3-
Accuracy: 92.92%
3+
Accuracy: 0.929
44
description: 'This is a fully quantized version (asymmetrical int8) of the CNN Large
55
model developed by Arm, with training checkpoints, from the Hello Edge paper. Code
66
to recreate this model can be found here: https://github.com/ARM-software/ML-examples/tree/master/tflu-kws-cortex-m'

0 commit comments

Comments
 (0)