Fix test_layerHelpers bug

The values for ____crf_layer_0__.w0 in python/paddle/trainer_config_helpers/tests/configs/protostr/test_cost_layers.protostr is not correct due to swapped height and width in config_parser
0.10.0rc
Peng Li 9 years ago
parent 1242e7944b
commit 749456bd60

@ -225,9 +225,9 @@ parameters {
name: "___crf_layer_0__.w0"
size: 24
initial_mean: 0.0
initial_std: 0.5
dims: 4
initial_std: 0.408248290464
dims: 6
dims: 4
initial_strategy: 0
initial_smart: true
}

Loading…
Cancel
Save