From 687db4e2bc70b8c7b4cdbdee21af89db82d46f96 Mon Sep 17 00:00:00 2001 From: Shan Yi <35982308+shanyi15@users.noreply.github.com> Date: Mon, 7 May 2018 11:39:32 +0800 Subject: [PATCH] fix deadlinks in index.html and index.cn.html --- 08.machine_translation/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08.machine_translation/index.html b/08.machine_translation/index.html index 88e55b0..a7bde58 100644 --- a/08.machine_translation/index.html +++ b/08.machine_translation/index.html @@ -368,7 +368,7 @@ is_generating = False return out ``` -4. Define the name for the decoder and the first two input for `gru_decoder_with_attention`. Note that `StaticInput` is used for the two inputs. Please refer to [StaticInput Document](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/howto/deep_model/rnn/recurrent_group_cn.md#输入) for more details. +4. Define the name for the decoder and the first two input for `gru_decoder_with_attention`. Note that `StaticInput` is used for the two inputs. Please refer to [StaticInput Document](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/v2/howto/rnn/recurrent_group_en.md#input) for more details. ```python decoder_group_name = "decoder_group" -- GitLab