Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #520 from PaddlePaddle/shanyi15-patch-1
Browse files Browse the repository at this point in the history
fix deadlinks in index.html and index.cn.html
  • Loading branch information
luotao1 authored May 7, 2018
2 parents f74b4b2 + a7ce5d0 commit 3cac9f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 08.machine_translation/index.cn.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
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"
Expand Down
2 changes: 1 addition & 1 deletion 08.machine_translation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
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"
Expand Down

0 comments on commit 3cac9f3

Please sign in to comment.