Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
MindSpore
docs
提交
968130b3
D
docs
项目概览
MindSpore
/
docs
通知
4
Star
2
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
968130b3
编写于
4月 29, 2020
作者:
M
mindspore-ci-bot
提交者:
Gitee
4月 29, 2020
浏览文件
操作
浏览文件
下载
差异文件
!85 Improve the install documents.
Merge pull request !85 from 李鸿章/install
上级
f75c19b6
680570eb
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
24 addition
and
40 deletion
+24
-40
install/mindspore_d_install.md
install/mindspore_d_install.md
+5
-10
install/mindspore_d_install_en.md
install/mindspore_d_install_en.md
+7
-10
install/mindspore_gpu_install.md
install/mindspore_gpu_install.md
+5
-10
install/mindspore_gpu_install_en.md
install/mindspore_gpu_install_en.md
+7
-10
未找到文件。
install/mindspore_d_install.md
浏览文件 @
968130b3
...
@@ -188,6 +188,7 @@
...
@@ -188,6 +188,7 @@
```bash
```bash
git clone https://gitee.com/mindspore/mindinsight.git
git clone https://gitee.com/mindspore/mindinsight.git
```
```
> **不能**直接在仓库主页下载zip包获取源码。
2.
可选择以下任意一种安装方式:
2.
可选择以下任意一种安装方式:
...
@@ -201,18 +202,12 @@
...
@@ -201,18 +202,12 @@
(2) 构建whl包进行安装。
(2) 构建whl包进行安装。
进入源码的
build目录,执行MindInsight编译脚本
。
进入源码的
根目录,先执行build目录下的MindInsight编译脚本,再执行命令安装output目录下生成的whl包
。
```bash
```bash
cd mindinsight/build
cd mindinsight
bash build.sh
bash build/build.sh
```
pip install output/mindinsight-{version}-cp37-cp37m-linux_{arch}.whl
进入源码的output目录,即可查看生成的MindInsight安装包,执行安装命令。
```bash
cd mindinsight/output
pip install mindinsight-{version}-cp37-cp37m-linux_{arch}.whl
```
```
3.
执行如下命令,如果提示
`web address: http://127.0.0.1:8080`
,则说明安装成功。
3.
执行如下命令,如果提示
`web address: http://127.0.0.1:8080`
,则说明安装成功。
...
...
install/mindspore_d_install_en.md
浏览文件 @
968130b3
...
@@ -187,6 +187,7 @@ If you need to analyze information such as model scalars, graphs, and model trac
...
@@ -187,6 +187,7 @@ If you need to analyze information such as model scalars, graphs, and model trac
```bash
```bash
git clone https://gitee.com/mindspore/mindinsight.git
git clone https://gitee.com/mindspore/mindinsight.git
```
```
> You are **not** supposed to obtain the source code from the zip package downloaded from the repository homepage.
2.
Install MindInsight by using either of the following installation methods:
2.
Install MindInsight by using either of the following installation methods:
...
@@ -200,18 +201,14 @@ If you need to analyze information such as model scalars, graphs, and model trac
...
@@ -200,18 +201,14 @@ If you need to analyze information such as model scalars, graphs, and model trac
(2) Create a .whl package to install MindInsight.
(2) Create a .whl package to install MindInsight.
Access the build directory of the source code and run the MindInsight compilation script.
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.
```bash
```bash
cd mindinsight/build
cd mindinsight
bash build.sh
bash build/build.sh
```
pip install output/mindinsight-{version}-cp37-cp37m-linux_{arch}.whl
Access the output directory of the source code, where the generated MindInsight installation package is stored, and run the installation command.
```bash
cd mindinsight/output
pip install mindinsight-{version}-cp37-cp37m-linux_{arch}.whl
```
```
3.
Run the following command. If
`web address: http://127.0.0.1:8080`
is displayed, the installation is successful.
3.
Run the following command. If
`web address: http://127.0.0.1:8080`
is displayed, the installation is successful.
...
...
install/mindspore_gpu_install.md
浏览文件 @
968130b3
...
@@ -151,6 +151,7 @@
...
@@ -151,6 +151,7 @@
```bash
```bash
git clone https://gitee.com/mindspore/mindinsight.git
git clone https://gitee.com/mindspore/mindinsight.git
```
```
> **不能**直接在仓库主页下载zip包获取源码。
2.
可选择以下任意一种安装方式:
2.
可选择以下任意一种安装方式:
...
@@ -164,18 +165,12 @@
...
@@ -164,18 +165,12 @@
(2) 构建whl包进行安装。
(2) 构建whl包进行安装。
进入源码的
build目录,执行MindInsight编译脚本
。
进入源码的
根目录,先执行build目录下的MindInsight编译脚本,再执行命令安装output目录下生成的whl包
。
```bash
```bash
cd mindinsight/build
cd mindinsight
bash build.sh
bash build/build.sh
```
pip install output/mindinsight-{version}-cp37-cp37m-linux_{arch}.whl
进入源码的output目录,即可查看生成的MindInsight安装包,执行安装命令。
```bash
cd mindinsight/output
pip install mindinsight-{version}-cp37-cp37m-linux_{arch}.whl
```
```
3.
执行如下命令,如果提示
`web address: http://127.0.0.1:8080`
,则说明安装成功。
3.
执行如下命令,如果提示
`web address: http://127.0.0.1:8080`
,则说明安装成功。
...
...
install/mindspore_gpu_install_en.md
浏览文件 @
968130b3
...
@@ -151,6 +151,7 @@ If you need to analyze information such as model scalars, graphs, and model trac
...
@@ -151,6 +151,7 @@ If you need to analyze information such as model scalars, graphs, and model trac
```bash
```bash
git clone https://gitee.com/mindspore/mindinsight.git
git clone https://gitee.com/mindspore/mindinsight.git
```
```
> You are **not** supposed to obtain the source code from the zip package downloaded from the repository homepage.
2.
Install MindInsight by using either of the following installation methods:
2.
Install MindInsight by using either of the following installation methods:
...
@@ -164,18 +165,14 @@ If you need to analyze information such as model scalars, graphs, and model trac
...
@@ -164,18 +165,14 @@ If you need to analyze information such as model scalars, graphs, and model trac
(2) Create a .whl package to install MindInsight.
(2) Create a .whl package to install MindInsight.
Access the build directory of the source code and run the MindInsight compilation script.
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.
```bash
```bash
cd mindinsight/build
cd mindinsight
bash build.sh
bash build/build.sh
```
pip install output/mindinsight-{version}-cp37-cp37m-linux_{arch}.whl
Access the output directory of the source code, where the generated MindInsight installation package is stored, and run the installation command.
```bash
cd mindinsight/output
pip install mindinsight-{version}-cp37-cp37m-linux_{arch}.whl
```
```
3.
Run the following command. If
`web address: http://127.0.0.1:8080`
is displayed, the installation is successful.
3.
Run the following command. If
`web address: http://127.0.0.1:8080`
is displayed, the installation is successful.
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录