提交 dc45cb4b 编写于 作者: W wangyang59

changed projections.protostr

上级 ec7184ac
...@@ -7,6 +7,7 @@ build/ ...@@ -7,6 +7,7 @@ build/
.project .project
.cproject .cproject
.pydevproject .pydevproject
.settings/
Makefile Makefile
.test_env/ .test_env/
third_party/ third_party/
......
...@@ -156,6 +156,7 @@ layers { ...@@ -156,6 +156,7 @@ layers {
} }
inputs { inputs {
input_layer_name: "img" input_layer_name: "img"
input_parameter_name: "___mixed_6__.w1"
proj_conf { proj_conf {
type: "conv" type: "conv"
name: "___mixed_6__.w1" name: "___mixed_6__.w1"
...@@ -177,6 +178,7 @@ layers { ...@@ -177,6 +178,7 @@ layers {
output_y: 30 output_y: 30
img_size_y: 32 img_size_y: 32
} }
num_filters: 64
} }
} }
inputs { inputs {
...@@ -218,6 +220,7 @@ layers { ...@@ -218,6 +220,7 @@ layers {
} }
inputs { inputs {
input_layer_name: "img" input_layer_name: "img"
input_parameter_name: "___mixed_7__.w1"
proj_conf { proj_conf {
type: "convt" type: "convt"
name: "___mixed_7__.w1" name: "___mixed_7__.w1"
...@@ -239,6 +242,7 @@ layers { ...@@ -239,6 +242,7 @@ layers {
output_y: 32 output_y: 32
img_size_y: 63 img_size_y: 63
} }
num_filters: 64
} }
} }
inputs { inputs {
...@@ -377,6 +381,22 @@ parameters { ...@@ -377,6 +381,22 @@ parameters {
initial_strategy: 0 initial_strategy: 0
initial_smart: true initial_smart: true
} }
parameters {
name: "___mixed_6__.w1"
size: 576
initial_mean: 0.0
initial_std: 0.471404520791
initial_strategy: 0
initial_smart: false
}
parameters {
name: "___mixed_7__.w1"
size: 576
initial_mean: 0.0
initial_std: 0.471404520791
initial_strategy: 0
initial_smart: false
}
parameters { parameters {
name: "___mixed_8__.w0" name: "___mixed_8__.w0"
size: 30000 size: 30000
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册