Skip to content

Commit 4dafa69

Browse files
committed
fix gru_step_naive_layer name
1 parent 387744e commit 4dafa69

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)