未验证 提交 000fbd38 编写于 作者: T Tao Luo 提交者: GitHub

Merge pull request #453 from PaddlePaddle/fixParsingFormat

fix the white space issue.
......@@ -323,7 +323,7 @@ is_generating = False
name='target_language_next_word',
type=paddle.data_type.integer_value_sequence(target_dict_dim))
cost = paddle.layer.classification_cost(input=decoder, label=lbl)
```
```
6. 生成模式下的解码器调用:
......
......@@ -365,7 +365,7 @@ is_generating = False
name='target_language_next_word',
type=paddle.data_type.integer_value_sequence(target_dict_dim))
cost = paddle.layer.classification_cost(input=decoder, label=lbl)
```
```
6. 生成模式下的解码器调用:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册