提交 aa0bd325 编写于 作者: W Wang,Jeff

fix the white space issue.

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