Skip to content

Commit c784faf

Browse files
mobilenet_v3. Update pb_converted
1 parent 775b5ae commit c784faf

6 files changed

+312
-2790
lines changed

caffe_models/mobilenet/caffe_model/mobilenet_v3/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ MobileNet v3 model could be converted from frozen pb or tflite to caffe model.
55

66
Conversion command:
77
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
8+
> evconvert tf2ev -g v3-small_224_0.75_float.pb -p input 1 224 224 3
99
1010
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
11+
> evconvert tflite2ev -m v3-small_224_0.75_float.tflite
1212
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
13+
The model converted from TF does not have these layers.
1414

1515
The *_nohardsiwsh.prototxt models are generated manually by changing all HardSwish layers into ReLU layers
1616

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:5886403309fe4474752368d01824500f5bf5184f50a3288397f17470b1d3d64d
3-
size 8313163
2+
oid sha256:9b86d4f5583a5a90e318e72fb8813a1a145091d34590bf4673e005f6c7def475
3+
size 8229168

0 commit comments

Comments
 (0)