Skip to content

Commit 1ca68cd

Browse files
authored
Merge pull request #1908 from QiJune/patch_for_gru
correct gru_step_naive_layer name
2 parents 387744e + 4dafa69 commit 1ca68cd

File tree

1 file changed

+1
-1
lines changed
  • python/paddle/trainer_config_helpers

1 file changed

+1
-1
lines changed

python/paddle/trainer_config_helpers/layers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3089,7 +3089,7 @@ def gru_step_layer(input,
30893089
@wrap_param_attr_default()
30903090
@wrap_act_default(param_names=['gate_act'], act=SigmoidActivation())
30913091
@wrap_act_default(act=TanhActivation())
3092-
@wrap_name_default('gru_step')
3092+
@wrap_name_default('gru_step_naive')
30933093
@layer_support(ERROR_CLIPPING, DROPOUT)
30943094
def gru_step_naive_layer(input,
30953095
output_mem,

0 commit comments

Comments
 (0)