diff --git a/install/mindspore_cpu_install_en.md b/install/mindspore_cpu_install_en.md index 7e6df0bc512e5f4d4192005f3bcd6c2060ba2084..1c3aa95fdde5c8b0527e8752ba0529be90bcd2aa 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 192c3c226b94da40fc638cdd57a21a2add94af8f..ea2a2e2137d53f0c06071ab961db32aef42dc366 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 6cc403a8e9baa94d60fc49fe55bf5ed2d31a6b74..9725b8f0e991a9cca49da003fd9049f63f1a251d 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