Skip to content

Commit c8091ad

Browse files
committed
Follow comments
1 parent 4dada9c commit c8091ad

File tree

1 file changed

+123
-0
lines changed

1 file changed

+123
-0
lines changed
Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
type: "nn"
2+
layers {
3+
name: "data"
4+
type: "data"
5+
size: 2304
6+
active_type: ""
7+
}
8+
layers {
9+
name: "__conv_0__"
10+
type: "exconv"
11+
size: 36864
12+
active_type: ""
13+
inputs {
14+
input_layer_name: "data"
15+
input_parameter_name: "___conv_0__.w0"
16+
conv_conf {
17+
filter_size: 3
18+
channels: 1
19+
stride: 1
20+
padding: 1
21+
groups: 1
22+
filter_channels: 1
23+
output_x: 48
24+
img_size: 48
25+
caffe_mode: true
26+
filter_size_y: 3
27+
padding_y: 1
28+
stride_y: 1
29+
}
30+
}
31+
bias_parameter_name: "___conv_0__.wbias"
32+
num_filters: 16
33+
shared_biases: true
34+
}
35+
layers {
36+
name: "__bilinear_interp_layer_0__"
37+
type: "bilinear_interp"
38+
size: 65536
39+
active_type: ""
40+
inputs {
41+
input_layer_name: "__conv_0__"
42+
bilinear_interp_conf {
43+
out_size_x: 64
44+
out_size_y: 64
45+
num_channels: 16
46+
}
47+
}
48+
}
49+
layers {
50+
name: "__pool_0__"
51+
type: "pool"
52+
size: 16384
53+
active_type: ""
54+
inputs {
55+
input_layer_name: "__bilinear_interp_layer_0__"
56+
pool_conf {
57+
pool_type: "max-projection"
58+
channels: 4
59+
size_x: 2
60+
stride: 2
61+
output_x: 64
62+
img_size: 128
63+
padding: 0
64+
size_y: 2
65+
stride_y: 2
66+
output_y: 64
67+
img_size_y: 128
68+
padding_y: 0
69+
}
70+
}
71+
}
72+
layers {
73+
name: "__fc_layer_0__"
74+
type: "fc"
75+
size: 384
76+
active_type: "tanh"
77+
inputs {
78+
input_layer_name: "__pool_0__"
79+
input_parameter_name: "___fc_layer_0__.w0"
80+
}
81+
}
82+
parameters {
83+
name: "___conv_0__.w0"
84+
size: 144
85+
initial_mean: 0.0
86+
initial_std: 0.471404522657
87+
initial_strategy: 0
88+
initial_smart: false
89+
}
90+
parameters {
91+
name: "___conv_0__.wbias"
92+
size: 16
93+
initial_mean: 0.0
94+
initial_std: 0.0
95+
dims: 16
96+
dims: 1
97+
initial_strategy: 0
98+
initial_smart: false
99+
}
100+
parameters {
101+
name: "___fc_layer_0__.w0"
102+
size: 6291456
103+
initial_mean: 0.0
104+
initial_std: 0.0078125
105+
dims: 16384
106+
dims: 384
107+
initial_strategy: 0
108+
initial_smart: true
109+
}
110+
input_layer_names: "data"
111+
output_layer_names: "__fc_layer_0__"
112+
sub_models {
113+
name: "root"
114+
layer_names: "data"
115+
layer_names: "__conv_0__"
116+
layer_names: "__bilinear_interp_layer_0__"
117+
layer_names: "__pool_0__"
118+
layer_names: "__fc_layer_0__"
119+
input_layer_names: "data"
120+
output_layer_names: "__fc_layer_0__"
121+
is_recurrent_layer_group: false
122+
}
123+

0 commit comments

Comments
 (0)