未验证 提交 4006d7ac 编写于 作者: G guochaorong 提交者: GitHub

Merge pull request #1105 from ktlichkid/seq2seq-ce

Seq2seq ce
......@@ -58,6 +58,6 @@ def log_to_ce(log):
if __name__ == '__main__':
log = sys.stdin.read()
print("*****")
print log
print(log)
print("****")
log_to_ce(log)
......@@ -71,6 +71,7 @@ def train():
optimizer.minimize(avg_cost)
# Disable shuffle for Continuous Evaluation only
if not args.enable_ce:
train_batch_generator = paddle.batch(
paddle.reader.shuffle(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册