From ffcef939cad72a9817516f320b3bccd26ac34a5c Mon Sep 17 00:00:00 2001 From: lvmingfu Date: Fri, 15 Jan 2021 10:55:43 +0800 Subject: [PATCH] fix wrong urls in model_zoo for master --- model_zoo/official/cv/cnnctc/README_CN.md | 2 +- model_zoo/official/cv/psenet/README_CN.md | 2 +- model_zoo/research/audio/deepspeech2/README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/model_zoo/official/cv/cnnctc/README_CN.md b/model_zoo/official/cv/cnnctc/README_CN.md index 83194372e3..0c0450fd22 100644 --- a/model_zoo/official/cv/cnnctc/README_CN.md +++ b/model_zoo/official/cv/cnnctc/README_CN.md @@ -294,7 +294,7 @@ bash scripts/run_eval_ascend.sh $TRAINED_CKPT ### 推理 -如果您需要在GPU、Ascend 910、Ascend 310等多个硬件平台上使用训练好的模型进行推理,请参考此[链接](https://www.mindspore.cn/tutory/zh-CN/master/advanced_use/network_migration.html)。以下为简单示例: +如果您需要在GPU、Ascend 910、Ascend 310等多个硬件平台上使用训练好的模型进行推理,请参考此[链接](https://www.mindspore.cn/tutorial/training/zh-CN/master/advanced_use/migrate_3rd_scripts.html)。以下为简单示例: - Ascend处理器环境运行 diff --git a/model_zoo/official/cv/psenet/README_CN.md b/model_zoo/official/cv/psenet/README_CN.md index 20e4dce55b..39792a0b0f 100644 --- a/model_zoo/official/cv/psenet/README_CN.md +++ b/model_zoo/official/cv/psenet/README_CN.md @@ -213,7 +213,7 @@ Calculated!{"precision": 0.8147966668299853,"recall":0.8006740491092923,"h ### 推理 -如果您需要使用已训练模型在GPU、Ascend 910、Ascend 310等多个硬件平台上进行推理,可参考[此处](https://www.mindspore.cn/tutory/training/en/master/advanced_use/migrate_3rd_scripts.html)。操作示例如下: +如果您需要使用已训练模型在GPU、Ascend 910、Ascend 310等多个硬件平台上进行推理,可参考[此处](https://www.mindspore.cn/tutorial/training/zh-CN/master/advanced_use/migrate_3rd_scripts.html)。操作示例如下: ```python # 加载未知数据集进行推理 diff --git a/model_zoo/research/audio/deepspeech2/README.md b/model_zoo/research/audio/deepspeech2/README.md index 00789f7be6..412c2b81e0 100644 --- a/model_zoo/research/audio/deepspeech2/README.md +++ b/model_zoo/research/audio/deepspeech2/README.md @@ -59,8 +59,8 @@ Dataset used: [LibriSpeech]() - Framework - [MindSpore](https://cmc-szv.clouddragon.huawei.com/cmcversion/index/search?searchKey=Do-MindSpore%20V100R001C00B622) - For more information, please check the resources below: - - [MindSpore tutorials](https://www.mindspore.cn/tutorial/zh-CN/master/index.html) - - [MindSpore API](https://www.mindspore.cn/api/zh-CN/master/index.html) + - [MindSpore tutorials](https://www.mindspore.cn/tutorial/training/en/master/index.html) + - [MindSpore Python API](https://www.mindspore.cn/doc/api_python/en/master/index.html) # [Script Description](#contents) @@ -192,7 +192,7 @@ dataset directory structure is as follows: ``` The three *.csv file stores the absolute path of the corresponding -data. The three *.csv files will be used in training and evaluation process. +data. The three*.csv files will be used in training and evaluation process. After installing MindSpore via the official website and finishing dataset processing, you can start training as follows: ```shell