Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
MindSpore
docs
提交
9d8e1d70
D
docs
项目概览
MindSpore
/
docs
通知
5
Star
3
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看板
提交
9d8e1d70
编写于
7月 30, 2020
作者:
Y
yingchen
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update install
上级
4dd4b9df
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
8 addition
and
8 deletion
+8
-8
install/mindspore_cpu_install_en.md
install/mindspore_cpu_install_en.md
+2
-2
install/mindspore_cpu_win_install_en.md
install/mindspore_cpu_win_install_en.md
+2
-2
install/mindspore_gpu_install_en.md
install/mindspore_gpu_install_en.md
+4
-4
未找到文件。
install/mindspore_cpu_install_en.md
浏览文件 @
9d8e1d70
# MindSpore Installation Guide
# MindSpore Installation Guide
This document describes how to quickly install MindSpore
o
n a Ubuntu system with a CPU environment.
This document describes how to quickly install MindSpore
i
n a Ubuntu system with a CPU environment.
<!-- TOC -->
<!-- TOC -->
...
@@ -39,7 +39,7 @@ This document describes how to quickly install MindSpore on a Ubuntu system with
...
@@ -39,7 +39,7 @@ This document describes how to quickly install MindSpore on a Ubuntu system with
conda activate {your_env_name}
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 firs
t.
> Conda is a powerful Python environment management tool.
Beginners are adviced to check related information on the Interne
t.
## Installation Guide
## Installation Guide
...
...
install/mindspore_cpu_win_install_en.md
浏览文件 @
9d8e1d70
# MindSpore Installation Guide
# MindSpore Installation Guide
This document describes how to quickly install MindSpore
o
n a Windows system with a CPU environment.
This document describes how to quickly install MindSpore
i
n a Windows system with a CPU environment.
<!-- TOC -->
<!-- TOC -->
...
@@ -38,7 +38,7 @@ This document describes how to quickly install MindSpore on a Windows system wit
...
@@ -38,7 +38,7 @@ This document describes how to quickly install MindSpore on a Windows system wit
conda activate {your_env_name}
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 firs
t.
> Conda is a powerful Python environment management tool.
Beginners are adviced to check related information on the Interne
t.
## Installation Guide
## Installation Guide
...
...
install/mindspore_gpu_install_en.md
浏览文件 @
9d8e1d70
# MindSpore Installation Guide
# MindSpore Installation Guide
This document describes how to quickly install MindSpore
o
n a NVIDIA GPU environment.
This document describes how to quickly install MindSpore
i
n a NVIDIA GPU environment.
<!-- TOC -->
<!-- TOC -->
...
@@ -46,7 +46,7 @@ This document describes how to quickly install MindSpore on a NVIDIA GPU environ
...
@@ -46,7 +46,7 @@ This document describes how to quickly install MindSpore on a NVIDIA GPU environ
conda activate {your_env_name}
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 firs
t.
> Conda is a powerful Python environment management tool.
Beginners are adviced to check related information on the Interne
t.
## Installation Guide
## Installation Guide
...
@@ -97,7 +97,7 @@ This document describes how to quickly install MindSpore on a NVIDIA GPU environ
...
@@ -97,7 +97,7 @@ This document describes how to quickly install MindSpore on a NVIDIA GPU environ
print(F.tensor_add(x, y))
print(F.tensor_add(x, y))
```
```
-
The outputs should be same as:
-
The outputs should be
the
same as:
```bash
```bash
[[[ 2. 2. 2. 2.],
[[[ 2. 2. 2. 2.],
...
@@ -166,7 +166,7 @@ If you need to analyze information such as model scalars, graphs, and model trac
...
@@ -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.
Access the root directory of the source code.
First run the MindInsight compilation script under the `build` 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 in
to
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
```bash
cd mindinsight
cd mindinsight
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录