File tree 2 files changed +21
-0
lines changed
python/paddle/trainer_config_helpers/tests/configs/protostr
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 7
7
.project
8
8
.cproject
9
9
.pydevproject
10
+ .settings /
10
11
Makefile
11
12
.test_env /
12
13
third_party /
Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ layers {
156
156
}
157
157
inputs {
158
158
input_layer_name: "img"
159
+ input_parameter_name: "___mixed_6__.w1"
159
160
proj_conf {
160
161
type: "conv"
161
162
name: "___mixed_6__.w1"
@@ -177,6 +178,7 @@ layers {
177
178
output_y: 30
178
179
img_size_y: 32
179
180
}
181
+ num_filters: 64
180
182
}
181
183
}
182
184
inputs {
@@ -218,6 +220,7 @@ layers {
218
220
}
219
221
inputs {
220
222
input_layer_name: "img"
223
+ input_parameter_name: "___mixed_7__.w1"
221
224
proj_conf {
222
225
type: "convt"
223
226
name: "___mixed_7__.w1"
@@ -239,6 +242,7 @@ layers {
239
242
output_y: 32
240
243
img_size_y: 63
241
244
}
245
+ num_filters: 64
242
246
}
243
247
}
244
248
inputs {
@@ -377,6 +381,22 @@ parameters {
377
381
initial_strategy: 0
378
382
initial_smart: true
379
383
}
384
+ parameters {
385
+ name: "___mixed_6__.w1"
386
+ size: 576
387
+ initial_mean: 0.0
388
+ initial_std: 0.471404520791
389
+ initial_strategy: 0
390
+ initial_smart: false
391
+ }
392
+ parameters {
393
+ name: "___mixed_7__.w1"
394
+ size: 576
395
+ initial_mean: 0.0
396
+ initial_std: 0.471404520791
397
+ initial_strategy: 0
398
+ initial_smart: false
399
+ }
380
400
parameters {
381
401
name: "___mixed_8__.w0"
382
402
size: 30000
You can’t perform that action at this time.
0 commit comments