Skip to content

Commit e860769

Browse files
MobileNet. Update V3 models and description
1 parent 2c21a2d commit e860769

7 files changed

+12467
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
The model origin is: https://github.com/tensorflow/models/tree/master/research/slim/nets/mobilenet
2+
Jira record: https://jira.internal.synopsys.com/browse/P10019563-39535
3+
4+
MobileNet v3 model could be converted from frozen pb or tflite to caffe model.
5+
6+
Conversion command:
7+
1. Model converted from TF: pb_converted/v3-small_224_0.75_float_pb_convert.prototxt
8+
> evconvert tf2ev -g v3-small_224_0.75_float.pb -p input 1 224 224 3
9+
10+
2. (Old) model converted from tflite: v3-small_224_0.75_float_convert.prototxt
11+
> evconvert tflite2ev -m v3-small_224_0.75_float.tflite
12+
This model contains Permute layers that should have been optimized away during the conversion.
13+
The model converted from TF does not have these layers
14+
15+
The *_nohardsiwsh.prototxt models are generated manually by changing all HardSwish layers into ReLU layers
16+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:5886403309fe4474752368d01824500f5bf5184f50a3288397f17470b1d3d64d
3+
size 8313163

0 commit comments

Comments
 (0)