From 9d8e1d7008aaa536c561648588a0da51e0c24ea0 Mon Sep 17 00:00:00 2001 From: yingchen Date: Thu, 30 Jul 2020 14:30:35 +0800 Subject: [PATCH] Update install --- install/mindspore_cpu_install_en.md | 4 ++-- install/mindspore_cpu_win_install_en.md | 4 ++-- install/mindspore_gpu_install_en.md | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/install/mindspore_cpu_install_en.md b/install/mindspore_cpu_install_en.md index 7e6df0bc..1c3aa95f 100644 --- a/install/mindspore_cpu_install_en.md +++ b/install/mindspore_cpu_install_en.md @@ -1,6 +1,6 @@ # MindSpore Installation Guide -This document describes how to quickly install MindSpore on a Ubuntu system with a CPU environment. +This document describes how to quickly install MindSpore in a Ubuntu system with a CPU environment. @@ -39,7 +39,7 @@ This document describes how to quickly install MindSpore on a Ubuntu system with conda activate {your_env_name} ``` -> Conda is a powerful Python environment management tool. It is recommended that a beginner read related information on the Internet first. +> Conda is a powerful Python environment management tool. Beginners are adviced to check related information on the Internet. ## Installation Guide diff --git a/install/mindspore_cpu_win_install_en.md b/install/mindspore_cpu_win_install_en.md index 192c3c22..ea2a2e21 100644 --- a/install/mindspore_cpu_win_install_en.md +++ b/install/mindspore_cpu_win_install_en.md @@ -1,6 +1,6 @@ # MindSpore Installation Guide -This document describes how to quickly install MindSpore on a Windows system with a CPU environment. +This document describes how to quickly install MindSpore in a Windows system with a CPU environment. @@ -38,7 +38,7 @@ This document describes how to quickly install MindSpore on a Windows system wit conda activate {your_env_name} ``` -> Conda is a powerful Python environment management tool. It is recommended that a beginner read related information on the Internet first. +> Conda is a powerful Python environment management tool. Beginners are adviced to check related information on the Internet. ## Installation Guide diff --git a/install/mindspore_gpu_install_en.md b/install/mindspore_gpu_install_en.md index 6cc403a8..9725b8f0 100644 --- a/install/mindspore_gpu_install_en.md +++ b/install/mindspore_gpu_install_en.md @@ -1,6 +1,6 @@ # MindSpore Installation Guide -This document describes how to quickly install MindSpore on a NVIDIA GPU environment. +This document describes how to quickly install MindSpore in a NVIDIA GPU environment. @@ -46,7 +46,7 @@ This document describes how to quickly install MindSpore on a NVIDIA GPU environ conda activate {your_env_name} ``` -> Conda is a powerful Python environment management tool. It is recommended that a beginner read related information on the Internet first. +> Conda is a powerful Python environment management tool. Beginners are adviced to check related information on the Internet. ## Installation Guide @@ -97,7 +97,7 @@ This document describes how to quickly install MindSpore on a NVIDIA GPU environ print(F.tensor_add(x, y)) ``` -- The outputs should be same as: +- The outputs should be the same as: ```bash [[[ 2. 2. 2. 2.], @@ -166,7 +166,7 @@ If you need to analyze information such as model scalars, graphs, and model trac Access the root directory of the source code. First run the MindInsight compilation script under the `build` directory of the source code. - Then run the command to install the .whl package generated into the `output` directory of the source code. + Then run the command to install the .whl package generated in the `output` directory of the source code. ```bash cd mindinsight -- GitLab