From 588b6e0608b0e26c8131b37b340cdb8d59f6c98e Mon Sep 17 00:00:00 2001 From: zhanghaichao Date: Thu, 9 Mar 2017 21:51:21 -0800 Subject: [PATCH] Remove a previously added note for a labeling error in Figure 4, as the labeling problem has now been fixed. --- machine_translation/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/machine_translation/README.md b/machine_translation/README.md index 0e0b627..1ed934d 100644 --- a/machine_translation/README.md +++ b/machine_translation/README.md @@ -68,7 +68,6 @@ GRU\[[2](#参考文献)\]是Cho等人在LSTM上提出的简化版本,也是RNN


图4. 编码器-解码器框架 -**Note: "源语言词序列" 和 "源语编码状态" 位置标反了,需要互换**

#### 编码器 -- GitLab