Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
FluidDoc
提交
926059f1
F
FluidDoc
项目概览
PaddlePaddle
/
FluidDoc
通知
5
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
23
列表
看板
标记
里程碑
合并请求
111
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
F
FluidDoc
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
23
Issue
23
列表
看板
标记
里程碑
合并请求
111
合并请求
111
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
926059f1
编写于
4月 19, 2019
作者:
A
acosta123
提交者:
Cheerego
4月 19, 2019
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update install_Windows_en.md (#790)
* Update install_Windows_en.md * Update install_Windows_en.md
上级
cd1467da
变更
1
显示空白变更内容
内联
并排
Showing
1 changed file
with
8 addition
and
3 deletion
+8
-3
doc/fluid/beginners_guide/install/install_Windows_en.md
doc/fluid/beginners_guide/install/install_Windows_en.md
+8
-3
未找到文件。
doc/fluid/beginners_guide/install/install_Windows_en.md
浏览文件 @
926059f1
...
@@ -9,9 +9,8 @@ This instruction will show you how to install PaddlePaddle on Windows. The foll
...
@@ -9,9 +9,8 @@ This instruction will show you how to install PaddlePaddle on Windows. The foll
**Note**
:
**Note**
:
*
The current version does not support NCCL, distributed training
, AVX, warpctc and MKL
related functions.
*
The current version does not support NCCL, distributed training related functions.
*
Currently, only PaddlePaddle for CPU is supported on Windows.
...
@@ -30,8 +29,11 @@ Version of pip or pip3 should be equal to or above 9.0.1 .
...
@@ -30,8 +29,11 @@ Version of pip or pip3 should be equal to or above 9.0.1 .
*
Install PaddlePaddle
*
Install PaddlePaddle
*
***CPU version of PaddlePaddle**
*
:
Execute
`pip install paddlepaddle`
or
`pip3 install paddlepaddle`
to download and install PaddlePaddle.
Execute
`pip install paddlepaddle`
or
`pip3 install paddlepaddle`
to download and install PaddlePaddle.
*
***GPU version of PaddlePaddle**
*
:
Execute
`pip install paddlepaddle-gpu`
(python2.7) or
`pip3 install paddlepaddle-gpu`
(python3.x) to download and install PaddlePaddle.
## ***Verify installation***
## ***Verify installation***
...
@@ -39,5 +41,8 @@ After completing the installation, you can use `python` or `python3` to enter th
...
@@ -39,5 +41,8 @@ After completing the installation, you can use `python` or `python3` to enter th
## ***How to uninstall***
## ***How to uninstall***
*
***CPU version of PaddlePaddle**
*
:
Use the following command to uninstall PaddlePaddle :
`pip uninstallpaddlepaddle `
or
`pip3 uninstall paddlepaddle`
Use the following command to uninstall PaddlePaddle :
`pip uninstallpaddlepaddle `
or
`pip3 uninstall paddlepaddle`
*
***GPU version of PaddlePaddle**
*
:
Use the following command to uninstall PaddlePaddle :
`pip uninstall paddlepaddle-gpu`
or
`pip3 uninstall paddlepaddle-gpu`
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录