diff --git a/tutorials/source_en/beginner/quick_start.md b/tutorials/source_en/beginner/quick_start.md index 66c37a9a6d4ce29a809c0d61f857f810684033dd..724bbde79a4558ab2ad8db56785bff5a71a099c2 100644 --- a/tutorials/source_en/beginner/quick_start.md +++ b/tutorials/source_en/beginner/quick_start.md @@ -14,7 +14,7 @@ Datasets are crucial for model training. A good dataset can effectively improve The [MindSpore Vision](https://mindspore.cn/vision/docs/en/r0.1/index.html) suite provides the Mnist module for downloading and processing MNIST datasets. The following sample code downloads and decompresses the datasets to the specified location for data processing: -> The sample code in this chapter relies on the third-party package `mindvision`, which can be installed by using the command `pip install mindvision`. If this document is run as Notebook, you need to restart the kernel after installation to execute subsequent code. +> The sample code in this chapter relies on `mindvision`, which can be installed by using the command `pip install mindvision`. If this document is run as Notebook, you need to restart the kernel after installation to execute subsequent code. ```python from mindvision.dataset import Mnist diff --git a/tutorials/source_zh_cn/advanced/dataset/sampler.ipynb b/tutorials/source_zh_cn/advanced/dataset/sampler.ipynb index 849972e4b9715757c9efd396799bf407e9f5e23d..b7588eee86485bdf3846145beb5ac91fa7553470 100644 --- a/tutorials/source_zh_cn/advanced/dataset/sampler.ipynb +++ b/tutorials/source_zh_cn/advanced/dataset/sampler.ipynb @@ -24,7 +24,7 @@ "\n", "在介绍采样器之前,我们首先把示例中用到的数据集通过[MindSpore Vision套件](https://mindspore.cn/vision/docs/zh-CN/r0.1/index.html)提供的接口下载下来,并解压到指定位置。\n", "\n", - "> 本章节中的示例代码依赖第三方支持包`matplotlib`和`mindvision`,可分别使用命令`pip install matplotlib`和`pip install mindvision`安装。如本文档以Notebook运行时,完成安装后需要重启kernel才能执行后续代码。\n" + "> 本章节中的示例代码依赖`matplotlib`和`mindvision`,可分别使用命令`pip install matplotlib`和`pip install mindvision`安装。如本文档以Notebook运行时,完成安装后需要重启kernel才能执行后续代码。\n" ] }, { diff --git a/tutorials/source_zh_cn/beginner/quick_start.ipynb b/tutorials/source_zh_cn/beginner/quick_start.ipynb index 6c286643615f3a1c578e31d2ca10ce94dc586979..5ca110a78f294a1b9485adb3eca917bd9f9b1c04 100644 --- a/tutorials/source_zh_cn/beginner/quick_start.ipynb +++ b/tutorials/source_zh_cn/beginner/quick_start.ipynb @@ -25,7 +25,7 @@ "\n", "[MindSpore Vision套件](https://mindspore.cn/vision/docs/zh-CN/r0.1/index.html)提供了用于下载并处理MNIST数据集的Mnist模块,以下示例代码将数据集下载、解压到指定位置并进行数据处理:\n", "\n", - "> 本章节中的示例代码依赖第三方支持包`mindvision`,可使用命令`pip install mindvision`安装。如本文档以Notebook运行时,完成安装后需要重启kernel才能执行后续代码。\n" + "> 本章节中的示例代码依赖`mindvision`,可使用命令`pip install mindvision`安装。如本文档以Notebook运行时,完成安装后需要重启kernel才能执行后续代码。\n" ] }, {