提交 dc45cb4b 编写于 作者: W wangyang59

changed projections.protostr

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