Skip to content

Commit 9395bb2

Browse files
Update inception_resnet V1
1 parent c28640e commit 9395bb2

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
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:6cc82a8a5a918bfac5a1a2bc8f036c8bac8d10058af969f2d712ed27b8a786b9
3+
size 348592268

caffe_models/inception_resnet_v1/caffe_model/notes.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,18 @@ Resized graph:
1919
1. inception_resnet_v1_20170512_new_convert_299x299.prototxt / inception_resnet_v1_20170512_convert_299x299-default.caffemodel
2020
- 299x299x3 input -> 1000 outputs
2121
- default initialized weights
22+
2. inception_resnet_v1_20210401_convert_299x299-default.caffemodel
23+
- default re-initialized weights from inception_resnet_v1_20170512_new_convert_299x299.prototxt
2224

2325
Pruned graphs:
2426
1. inception_resnet_v1_20170512_new_convert.prototxt / inception_resnet_v1_20170512_convert_random_pruned.caffemodel
2527
- random pruned (60% conv, 85% fc)
2628
2. inception_resnet_v1_20170512_new_convert_299x299.prototxt / inception_resnet_v1_20170512_convert_299x299-default_random_pruned.caffemodel
2729
- default initialized weights
2830
- random pruned (60% conv, 85% fc)
31+
32+
2020.08.03:
33+
caffemodels and prototxt moved:
34+
inception_resnet_v1_20170512_convert.caffemodel -> ../../face_net/caffe_model/face_net.caffemodel
35+
inception_resnet_v1_20170512_convert_random_pruned.caffemodel -> ../../face_net/caffe_model/face_net_random_pruned.caffemodel
36+
inception_resnet_v1_20170512_new_convert.prototxt face_net.prototxt -> ../../face_net/caffe_model/face_net.prototxt

0 commit comments

Comments
 (0)