From 24e3bb25f0b9879cd53459cfe06b321661826c24 Mon Sep 17 00:00:00 2001 From: Shan Yi <35982308+shanyi15@users.noreply.github.com> Date: Mon, 7 May 2018 11:02:06 +0800 Subject: [PATCH] fix deadline in machine_translation/README.cn.md --- 08.machine_translation/README.cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08.machine_translation/README.cn.md b/08.machine_translation/README.cn.md index d3bf3633..81d268a7 100644 --- a/08.machine_translation/README.cn.md +++ b/08.machine_translation/README.cn.md @@ -281,7 +281,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"