-[Installing Using Executable Files](#installing-using-executable-files)
-[Installing Using the Source Code](#installing-using-the-source-code)
-[Installing MindArmour](#installing-mindarmour)
...
...
@@ -42,6 +43,20 @@ This document describes how to quickly install MindSpore on a CPU environment.
## Installation Guide
### Installing Using Executable Files
1. Download the .whl package from the [MindSpore website](https://www.mindspore.cn/versions/en). It is recommended to perform SHA-256 integrity verification first and run the following command to install MindSpore:
2. Run the following command. If no loading error message such as `No module named 'mindspore'` is displayed, the installation is successful.
```bash
python -c 'import mindspore'
```
### Installing Using the Source Code
1. Download the source code from the code repository.
...
...
@@ -88,6 +103,20 @@ If you need to conduct AI model security research or enhance the security of the
## Installation Guide
### Installing Using Executable Files
1. Download the .whl package from the [MindSpore website](https://www.mindspore.cn/versions/en). It is recommended to perform SHA-256 integrity verification first and run the following command to install MindArmour:
@@ -64,6 +65,14 @@ This document describes how to quickly install MindSpore on an Ascend AI process
## Installation Guide
### Installing Using Executable Files
- Download the .whl package from the [MindSpore website](https://www.mindspore.cn/versions/en). It is recommended to perform SHA-256 integrity verification first and run the following command to install MindSpore:
The compilation and installation must be performed on the Ascend 910 AI processor environment.
...
...
@@ -155,6 +164,20 @@ If you need to analyze information such as model scalars, graphs, and model trac
## Installation Guide
### Installing Using Executable Files
1. Download the .whl package from the [MindSpore website](https://www.mindspore.cn/versions/en). It is recommended to perform SHA-256 integrity verification first and run the following command to install MindInsight:
2. Run the following command. If `web address: http://127.0.0.1:8080` is displayed, the installation is successful.
```bash
mindinsight start
```
### Installing Using the Source Code
1. Download the source code from the code repository.
...
...
@@ -211,6 +234,20 @@ If you need to conduct AI model security research or enhance the security of the
## Installation Guide
### Installing Using Executable Files
1. Download the .whl package from the [MindSpore website](https://www.mindspore.cn/versions/en). It is recommended to perform SHA-256 integrity verification first and run the following command to install MindArmour:
@@ -48,6 +49,14 @@ This document describes how to quickly install MindSpore on a NVIDIA GPU environ
## Installation Guide
### Installing Using Executable Files
- Download the .whl package from the [MindSpore website](https://www.mindspore.cn/versions/en). It is recommended to perform SHA-256 integrity verification first and run the following command to install MindSpore:
1. Download the source code from the code repository.
...
...
@@ -119,6 +128,20 @@ If you need to conduct AI model security research or enhance the security of the
## Installation Guide
### Installing Using Executable Files
1. Download the .whl package from the [MindSpore website](https://www.mindspore.cn/versions/en). It is recommended to perform SHA-256 integrity verification first and run the following command to install MindArmour: