zeyuai commited on
Commit
e5fd3c4
·
verified ·
1 Parent(s): 15bc900

Upload EfficientNet food classifier (Keras + TFLite + TFJS)

Browse files
rapport_validation_modeles.pdf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:20b46b3f63697fcfb997f4a8622099ff3ac2f9ed30255043b42a9a79e8284711
3
- size 464593
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:573021edf5cee759457571f73aca5eeb1d4279afd4409d0792fec2eed5c5ddbb
3
+ size 466943
tflite/metadata.json CHANGED
@@ -9,9 +9,9 @@
9
  "input_dtype": "float32",
10
  "output_shape": [
11
  1,
12
- 8
13
  ],
14
  "quantization": "dynamic_range",
15
- "model_size_mb": 4.38,
16
- "model_size_f16_mb": 7.78
17
  }
 
9
  "input_dtype": "float32",
10
  "output_shape": [
11
  1,
12
+ 9
13
  ],
14
  "quantization": "dynamic_range",
15
+ "model_size_mb": 0.54,
16
+ "model_size_f16_mb": 0.82
17
  }
tflite/model.tflite CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:87c383dc1764bec48ffacde90086d42160da956903df2c535257d47fe58c381c
3
- size 4588888
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dff1363b3e903e051ad3b0e1891dd54904f8e291fc06a6b4302ff308695ceb1e
3
+ size 562584
tflite/model_float16.tflite CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:473d0b455495fa975cf6d78413e94cc918c4524d14a041ec5e1f244b2cc8c92b
3
- size 8159836
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b70c928a565a3f96be69d6c06cd6a48674b42d15b579c2c6fcd45a85ef82197d
3
+ size 854800
validation_metrics.json CHANGED
@@ -1,35 +1,35 @@
1
  {
2
  "Keras": {
3
- "accuracy": 0.8931203931203932,
4
- "precision_weighted": 0.8958719611390765,
5
- "recall_weighted": 0.8931203931203932,
6
- "f1_weighted": 0.8931257653916257,
7
- "f1_macro": 0.8881276465028989,
8
- "elapsed_seconds": 19.848870515823364,
9
- "images_per_second": 41.009890177432794,
10
- "file_size_mb": "16.4"
11
  },
12
  "TFLite": {
13
- "accuracy": 0.8783783783783784,
14
- "precision_weighted": 0.8817318004227709,
15
- "recall_weighted": 0.8783783783783784,
16
- "f1_weighted": 0.8785735032309742,
17
- "f1_macro": 0.8732251192157148,
18
- "elapsed_seconds": 33.396214723587036,
19
- "images_per_second": 24.37401983240601,
20
- "file_size_mb": "4.4"
21
  },
22
  "TFLite-fp16": {
23
- "accuracy": 0.8918918918918919,
24
- "precision_weighted": 0.8946732409288854,
25
- "recall_weighted": 0.8918918918918919,
26
- "f1_weighted": 0.8919290879571622,
27
- "f1_macro": 0.8869629894715505,
28
- "elapsed_seconds": 57.78161597251892,
29
- "images_per_second": 14.087525699993236,
30
- "file_size_mb": "7.8"
31
  },
32
- "agreement_Keras_vs_TFLite": "97.30%",
33
- "agreement_Keras_vs_TFLite-fp16": "99.88%",
34
- "agreement_TFLite_vs_TFLite-fp16": "97.42%"
35
  }
 
1
  {
2
  "Keras": {
3
+ "accuracy": 0.8558091286307054,
4
+ "precision_weighted": 0.8666526359435469,
5
+ "recall_weighted": 0.8558091286307054,
6
+ "f1_weighted": 0.85640806010382,
7
+ "f1_macro": 0.8434107272000173,
8
+ "elapsed_seconds": 5.364844799041748,
9
+ "images_per_second": 179.6883295062304,
10
+ "file_size_mb": "5.3"
11
  },
12
  "TFLite": {
13
+ "accuracy": 0.8475103734439834,
14
+ "precision_weighted": 0.8580648419239739,
15
+ "recall_weighted": 0.8475103734439834,
16
+ "f1_weighted": 0.8476776513487304,
17
+ "f1_macro": 0.835230981636299,
18
+ "elapsed_seconds": 3.749859094619751,
19
+ "images_per_second": 257.0763262500009,
20
+ "file_size_mb": "0.5"
21
  },
22
  "TFLite-fp16": {
23
+ "accuracy": 0.8537344398340249,
24
+ "precision_weighted": 0.8644842534922317,
25
+ "recall_weighted": 0.8537344398340249,
26
+ "f1_weighted": 0.8542669093485433,
27
+ "f1_macro": 0.8415336585341004,
28
+ "elapsed_seconds": 2.708963394165039,
29
+ "images_per_second": 355.85567604065966,
30
+ "file_size_mb": "0.8"
31
  },
32
+ "agreement_Keras_vs_TFLite": "96.27%",
33
+ "agreement_Keras_vs_TFLite-fp16": "99.69%",
34
+ "agreement_TFLite_vs_TFLite-fp16": "96.16%"
35
  }
validation_report.html CHANGED
The diff for this file is too large to render. See raw diff