!13566 fix transformer readme

From: @yuchaojie
Reviewed-by: @oacjiewen,@c_34
Signed-off-by: @c_34
pull/13566/MERGE
mindspore-ci-bot 4 years ago committed by Gitee
commit 5d410342e9

@ -34,7 +34,7 @@ Specifically, Transformer contains six encoder modules and six decoder modules.
Note that you can run the scripts based on the dataset mentioned in original paper or widely used in relevant domain/network architecture. In the following sections, we will introduce how to run the scripts using the related dataset below. Note that you can run the scripts based on the dataset mentioned in original paper or widely used in relevant domain/network architecture. In the following sections, we will introduce how to run the scripts using the related dataset below.
- *WMT Englis-German* for training. - *WMT English-German* for training.
- *WMT newstest2014* for evaluation. - *WMT newstest2014* for evaluation.
## [Environment Requirements](#contents) ## [Environment Requirements](#contents)

@ -40,7 +40,7 @@ Transformer具体包括六个编码模块和六个解码模块。每个编码模
## 数据集 ## 数据集
- 训练数据集*WMT Englis-German* - 训练数据集*WMT English-German*
- 评估数据集*WMT newstest2014* - 评估数据集*WMT newstest2014*
## 环境要求 ## 环境要求
@ -245,7 +245,7 @@ Parameters for learning rate:
#### 训练性能 #### 训练性能
| 参数 | Transformer | | 参数 | Ascend |
| -------------------------- | -------------------------------------------------------------- | | -------------------------- | -------------------------------------------------------------- |
| 资源 | Ascend 910 | | 资源 | Ascend 910 |
| 上传日期 | 2020-06-09 | | 上传日期 | 2020-06-09 |
@ -263,7 +263,7 @@ Parameters for learning rate:
#### 评估性能 #### 评估性能
| 参数 | GoogleNet | | 参数 | Ascend |
| ------------------- | --------------------------- | | ------------------- | --------------------------- |
|资源| Ascend 910 | |资源| Ascend 910 |
| 上传日期 | 2020-06-09 | | 上传日期 | 2020-06-09 |

Loading…
Cancel
Save