Skip to content

Commit

Permalink
sequence_tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
0YuanZhang0 committed Apr 8, 2020
1 parent faa2314 commit 8db25d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text.py
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ def __init__(self, input_dim, grnn_hidden_dim, init_bound, h_0=None):

self.gru_r = DynamicGRU(
size=grnn_hidden_dim,
is_reverse=False,
is_reverse=True,
h_0=h_0,
param_attr=fluid.ParamAttr(
initializer=fluid.initializer.Uniform(
Expand Down

0 comments on commit 8db25d5

Please sign in to comment.