|
|
|
@ -215,6 +215,22 @@ layers {
|
|
|
|
|
}
|
|
|
|
|
coeff: 1.0
|
|
|
|
|
}
|
|
|
|
|
layers {
|
|
|
|
|
name: "__nce_layer_0__"
|
|
|
|
|
type: "nce"
|
|
|
|
|
size: 1
|
|
|
|
|
active_type: "sigmoid"
|
|
|
|
|
inputs {
|
|
|
|
|
input_layer_name: "__fc_layer_0__"
|
|
|
|
|
input_parameter_name: "___nce_layer_0__.w0"
|
|
|
|
|
}
|
|
|
|
|
inputs {
|
|
|
|
|
input_layer_name: "labels"
|
|
|
|
|
}
|
|
|
|
|
bias_parameter_name: "___nce_layer_0__.wbias"
|
|
|
|
|
num_classes: 5000
|
|
|
|
|
num_neg_samples: 10
|
|
|
|
|
}
|
|
|
|
|
parameters {
|
|
|
|
|
name: "___fc_layer_0__.w0"
|
|
|
|
|
size: 800
|
|
|
|
@ -245,6 +261,26 @@ parameters {
|
|
|
|
|
initial_strategy: 0
|
|
|
|
|
initial_smart: true
|
|
|
|
|
}
|
|
|
|
|
parameters {
|
|
|
|
|
name: "___nce_layer_0__.w0"
|
|
|
|
|
size: 20000
|
|
|
|
|
initial_mean: 0.0
|
|
|
|
|
initial_std: 0.0141421356237
|
|
|
|
|
dims: 5000
|
|
|
|
|
dims: 4
|
|
|
|
|
initial_strategy: 0
|
|
|
|
|
initial_smart: true
|
|
|
|
|
}
|
|
|
|
|
parameters {
|
|
|
|
|
name: "___nce_layer_0__.wbias"
|
|
|
|
|
size: 5000
|
|
|
|
|
initial_mean: 0.0
|
|
|
|
|
initial_std: 0.0
|
|
|
|
|
dims: 1
|
|
|
|
|
dims: 5000
|
|
|
|
|
initial_strategy: 0
|
|
|
|
|
initial_smart: false
|
|
|
|
|
}
|
|
|
|
|
input_layer_names: "input"
|
|
|
|
|
input_layer_names: "labels"
|
|
|
|
|
input_layer_names: "crf_label"
|
|
|
|
@ -267,6 +303,7 @@ output_layer_names: "__cross_entropy_with_selfnorm_0__"
|
|
|
|
|
output_layer_names: "__huber_cost_0__"
|
|
|
|
|
output_layer_names: "__multi_binary_label_cross_entropy_0__"
|
|
|
|
|
output_layer_names: "__sum_cost_0__"
|
|
|
|
|
output_layer_names: "__nce_layer_0__"
|
|
|
|
|
sub_models {
|
|
|
|
|
name: "root"
|
|
|
|
|
layer_names: "input"
|
|
|
|
@ -292,6 +329,7 @@ sub_models {
|
|
|
|
|
layer_names: "__huber_cost_0__"
|
|
|
|
|
layer_names: "__multi_binary_label_cross_entropy_0__"
|
|
|
|
|
layer_names: "__sum_cost_0__"
|
|
|
|
|
layer_names: "__nce_layer_0__"
|
|
|
|
|
input_layer_names: "input"
|
|
|
|
|
input_layer_names: "labels"
|
|
|
|
|
input_layer_names: "crf_label"
|
|
|
|
@ -314,6 +352,7 @@ sub_models {
|
|
|
|
|
output_layer_names: "__huber_cost_0__"
|
|
|
|
|
output_layer_names: "__multi_binary_label_cross_entropy_0__"
|
|
|
|
|
output_layer_names: "__sum_cost_0__"
|
|
|
|
|
output_layer_names: "__nce_layer_0__"
|
|
|
|
|
is_recurrent_layer_group: false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|