tpaul-synaptics commited on
Commit
aabc480
·
verified ·
1 Parent(s): 4a1c58d

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ MobileNetV2_float16.mlir filter=lfs diff=lfs merge=lfs -text
MobileNetV2_float16.mlir ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd948552c3462d618b9bd54fd7809b69c4e9439be23b24e21601c8ab27f18867
3
+ size 14002064
MobileNetV2_float16.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d65fde03c7ca312d9ee1691a17c2c918296cbda0dbcfea903684f2a4cd6f016
3
+ size 7024044
MobileNetV2_float32.mlir ADDED
The diff for this file is too large to render. See raw diff
 
MobileNetV2_float32.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d969b4a19da239e3f78814e093665363e6f32cc26418221676eda49e80f7e3e9
3
+ size 3801248
MobileNetV2_int16.mlir ADDED
The diff for this file is too large to render. See raw diff
 
MobileNetV2_int16.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cee29e2ac055ad1ee83ca29ac9c231a87c701547a1c6502cf24ca863bf882653
3
+ size 4235568
MobileNetV2_int8.mlir ADDED
The diff for this file is too large to render. See raw diff
 
MobileNetV2_int8.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0071f08139e4415ffffa8f5e87ae634490d3e1d1d94badc0249e8f085e07fe4c
3
+ size 4016080
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ library_name: keras
6
+ tags:
7
+ - tests
8
+ - tf_model_zoo
9
+ ---
10
+ # MobileNetV2
11
+
12
+ This model - MobileNetV2 is generated from `tf.keras.applications` using `https://github.com/syna-astra-dev/iree-synaptics-synpu/blob/main/tests/model_generator/tf_model_generator.py`. The dataset for int8 quantization is done using random data.
13
+
14
+ Available formats - int16, int8, float32, float16