diff --git a/08.machine_translation/index.cn.html b/08.machine_translation/index.cn.html index affbcf1b94364bf5ac221c2267a34c46a7836c9e..fbb41c114f642a4ebfa671ca1f12bd2ab3def3b8 100644 --- a/08.machine_translation/index.cn.html +++ b/08.machine_translation/index.cn.html @@ -323,7 +323,7 @@ is_generating = False return out ``` -4. 定义解码器框架名字,和`gru_decoder_with_attention`函数的前两个输入。注意:这两个输入使用`StaticInput`,具体说明可见[StaticInput文档](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/howto/deep_model/rnn/recurrent_group_cn.md#输入)。 +4. 定义解码器框架名字,和`gru_decoder_with_attention`函数的前两个输入。注意:这两个输入使用`StaticInput`,具体说明可见[StaticInput文档](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/v2/howto/rnn/recurrent_group_cn.md#输入)。 ```python decoder_group_name = "decoder_group"