Skip to content

Commit cce2574

Browse files
Add inception_resnet_v2 to repo
1 parent fffb3b0 commit cce2574

File tree

9 files changed

+32001
-0
lines changed

9 files changed

+32001
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
@set TOOL=evgencnn
2+
@set IMAGES=/local/one_image
3+
@set IMAGES=/local/vgg16/2016.09.19_5subset
4+
@set IMAGES=/local/vgg16/2016.09.19_500subset
5+
6+
7+
@set TOOLDIR=%DRIVE%\git\cnn\tools\cnn_tools\evgencnn\scripts
8+
set show_classify=1
9+
@set __SAVER=1
10+
@set signed_last_ip_layer=
11+
@set g_fixed_float=1
12+
13+
@set MINMAX_PER_MAP=1
14+
@set MINMAX_PER_MAP=
15+
@set print_csv=1
16+
@set print_csv=
17+
18+
@call :doit 12
19+
@goto exit
20+
@call :doit 8
21+
@call :doit 7
22+
@call :doit 9
23+
@call :doit 10
24+
@call :doit 11
25+
26+
:doit
27+
@set SZ=%1
28+
@set WSZ=%1
29+
python %TOOLDIR%/evgencnn ^
30+
--images %IMAGES% ^
31+
--caffe caffe_model/deploy_inception-resnet-v2.prototxt ^
32+
--weights caffe_model/deploy_inception-resnet-v2.caffemodel ^
33+
--vof bin --wof bin ^
34+
--name test ^
35+
--fpsize %SZ% --fixed_dir fp.%SZ% --fpweight_size %WSZ% ^
36+
--fpweight_opnd_size %WSZ% --fp_opnd_size %SZ% ^
37+
--fpweight_opnd_size 12 --fp_opnd_size 12 ^
38+
--ibs 1 ^
39+
--float_dir flt ^
40+
--outdir . ^
41+
--ceng_version 3_0 ^
42+
--color_order RGB ^
43+
--image_scale 1 ^
44+
-g host_float ^
45+
-g host_fixed ^
46+
--use_minmax_cache ^
47+
%9
48+
@goto:EOF
49+
50+
--no_verify_blobs ^
51+
--blob_size 8 datA ^
52+
--signed_blobs ^
53+
--blob_size 12 datA pool3 conv3 ^
54+
--weight_size 10 re:conv.* ^
55+
--mean_subtraction false ^
56+
--mean_subtraction false ^
57+
:exit
58+
@mwfind . -rmdir -s
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:2dc05698a5a1ff3db7f895885a6b514cf054a0cefad6329f72bf31d5f0cfd75a
3+
size 237415111

0 commit comments

Comments
 (0)