Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
机器未来
Paddle
提交
fa864cb1
P
Paddle
项目概览
机器未来
/
Paddle
与 Fork 源项目一致
Fork自
PaddlePaddle / Paddle
通知
1
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
fa864cb1
编写于
3月 05, 2018
作者:
T
Travis CI
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Deploy to GitHub Pages:
08e9bfa8
上级
0cf46c86
变更
7
展开全部
隐藏空白更改
内联
并排
Showing
7 changed file
with
71 addition
and
29 deletion
+71
-29
develop/doc_cn/_sources/build_and_install/index_cn.rst.txt
develop/doc_cn/_sources/build_and_install/index_cn.rst.txt
+38
-14
develop/doc_cn/_sources/faq/build_and_install/index_cn.rst.txt
...op/doc_cn/_sources/faq/build_and_install/index_cn.rst.txt
+2
-0
develop/doc_cn/build_and_install/index_cn.html
develop/doc_cn/build_and_install/index_cn.html
+26
-10
develop/doc_cn/faq/build_and_install/index_cn.html
develop/doc_cn/faq/build_and_install/index_cn.html
+3
-3
develop/doc_cn/getstarted/quickstart_cn.html
develop/doc_cn/getstarted/quickstart_cn.html
+1
-1
develop/doc_cn/objects.inv
develop/doc_cn/objects.inv
+0
-0
develop/doc_cn/searchindex.js
develop/doc_cn/searchindex.js
+1
-1
未找到文件。
develop/doc_cn/_sources/build_and_install/index_cn.rst.txt
浏览文件 @
fa864cb1
...
...
@@ -3,30 +3,54 @@
.. _install_steps:
安装流程
++++++++
PaddlePaddle针对不同的用户群体提供了多种安装方式。
PaddlePaddle提供pip和Docker的安装方式:
专注深度学习模型开发
-----------------
PaddlePaddle提供了多种python wheel包,可通过pip一键安装:
.. toctree::
:maxdepth: 1
pip_install_cn.rst
这是最便捷的安装方式,请根据机器配置和系统选择对应的安装包。
关注底层框架
----------
PaddlePaddle提供了基于Docker的安装方式,请参照以下教程:
.. toctree::
:maxdepth: 1
:maxdepth: 1
pip_install_cn.rst
docker_install_cn.rst
docker_install_cn.rst
编译流程
++++++++
我们推荐在Docker中运行PaddlePaddle,该方式具有以下优势:
.. warning::
- 无需单独安装第三方依赖
- 方便分享运行时环境,易于问题的复现
建议直接使用上述安装流程,方便快速安装。只有在遇到需要独立定制的二进制时才需要编译。
对于有定制化二进制文件需求的用户,我们同样提供了从源码编译安装PaddlePaddle的方法:
..
toctree::
.. toctree::
:maxdepth: 1
build_from_source_cn.rst
常见问题解答
++++++++++
.. warning::
需要提醒的是,这种安装方式会涉及到一些第三方库的下载、编译及安装,整个安装过程耗时较长。
常见问题汇总
-----------
如果在安装过程中遇到了问题,请先尝试在下面的页面寻找答案:
:ref:`常见问题解答 <install_faq>`
如果问题没有得到解决,欢迎向PaddlePaddle社区反馈问题:
`
常见问题解答 <http://www.paddlepaddle.org/docs/develop/documentation/zh/faq/build_and_install/index_cn.html
>`_
`
创建issue <https://github.com/PaddlePaddle/Paddle/issues/new
>`_
develop/doc_cn/_sources/faq/build_and_install/index_cn.rst.txt
浏览文件 @
fa864cb1
.. _install_faq:
###################
编译安装与单元测试
###################
...
...
develop/doc_cn/build_and_install/index_cn.html
浏览文件 @
fa864cb1
...
...
@@ -200,31 +200,47 @@
<div
class=
"section"
id=
"id1"
>
<h1>
安装与编译
<a
class=
"headerlink"
href=
"#id1"
title=
"永久链接至标题"
>
¶
</a></h1>
<div
class=
"section"
id=
"install-steps"
>
<span
id=
"id2"
></span><h2>
安装流程
<a
class=
"headerlink"
href=
"#install-steps"
title=
"永久链接至标题"
>
¶
</a></h2>
<p>
PaddlePaddle提供pip和Docker的安装方式:
</p>
<p
id=
"install-steps"
>
PaddlePaddle针对不同的用户群体提供了多种安装方式。
</p>
<div
class=
"section"
id=
"id2"
>
<h2>
专注深度学习模型开发
<a
class=
"headerlink"
href=
"#id2"
title=
"永久链接至标题"
>
¶
</a></h2>
<p>
PaddlePaddle提供了多种python wheel包,可通过pip一键安装:
</p>
<div
class=
"toctree-wrapper compound"
>
<ul>
<li
class=
"toctree-l1"
><a
class=
"reference internal"
href=
"pip_install_cn.html"
>
使用pip安装
</a></li>
<li
class=
"toctree-l1"
><a
class=
"reference internal"
href=
"docker_install_cn.html"
>
使用Docker安装运行
</a></li>
</ul>
</div>
<p>
这是最便捷的安装方式,请根据机器配置和系统选择对应的安装包。
</p>
</div>
<div
class=
"section"
id=
"id3"
>
<h2>
编译流程
<a
class=
"headerlink"
href=
"#id3"
title=
"永久链接至标题"
>
¶
</a></h2>
<div
class=
"admonition warning"
>
<p
class=
"first admonition-title"
>
警告
</p>
<p
class=
"last"
>
建议直接使用上述安装流程,方便快速安装。只有在遇到需要独立定制的二进制时才需要编译。
</p>
<h2>
关注底层框架
<a
class=
"headerlink"
href=
"#id3"
title=
"永久链接至标题"
>
¶
</a></h2>
<p>
PaddlePaddle提供了基于Docker的安装方式,请参照以下教程:
</p>
<div
class=
"toctree-wrapper compound"
>
<ul>
<li
class=
"toctree-l1"
><a
class=
"reference internal"
href=
"docker_install_cn.html"
>
使用Docker安装运行
</a></li>
</ul>
</div>
<p>
我们推荐在Docker中运行PaddlePaddle,该方式具有以下优势:
</p>
<ul
class=
"simple"
>
<li>
无需单独安装第三方依赖
</li>
<li>
方便分享运行时环境,易于问题的复现
</li>
</ul>
<p>
对于有定制化二进制文件需求的用户,我们同样提供了从源码编译安装PaddlePaddle的方法:
</p>
<div
class=
"toctree-wrapper compound"
>
<ul>
<li
class=
"toctree-l1"
><a
class=
"reference internal"
href=
"build_from_source_cn.html"
>
从源码编译
</a></li>
</ul>
</div>
<div
class=
"admonition warning"
>
<p
class=
"first admonition-title"
>
警告
</p>
<p
class=
"last"
>
需要提醒的是,这种安装方式会涉及到一些第三方库的下载、编译及安装,整个安装过程耗时较长。
</p>
</div>
</div>
<div
class=
"section"
id=
"id4"
>
<h2>
常见问题解答
<a
class=
"headerlink"
href=
"#id4"
title=
"永久链接至标题"
>
¶
</a></h2>
<p><a
class=
"reference external"
href=
"http://www.paddlepaddle.org/docs/develop/documentation/zh/faq/build_and_install/index_cn.html"
>
常见问题解答
</a></p>
<h2>
常见问题汇总
<a
class=
"headerlink"
href=
"#id4"
title=
"永久链接至标题"
>
¶
</a></h2>
<p>
如果在安装过程中遇到了问题,请先尝试在下面的页面寻找答案:
</p>
<p><a
class=
"reference internal"
href=
"../faq/build_and_install/index_cn.html#install-faq"
><span
class=
"std std-ref"
>
常见问题解答
</span></a></p>
<p>
如果问题没有得到解决,欢迎向PaddlePaddle社区反馈问题:
</p>
<p><a
class=
"reference external"
href=
"https://github.com/PaddlePaddle/Paddle/issues/new"
>
创建issue
</a></p>
</div>
</div>
...
...
develop/doc_cn/faq/build_and_install/index_cn.html
浏览文件 @
fa864cb1
...
...
@@ -201,12 +201,12 @@
<div
role=
"main"
class=
"document"
itemscope=
"itemscope"
itemtype=
"http://schema.org/Article"
>
<div
itemprop=
"articleBody"
>
<div
class=
"section"
id=
"i
d1
"
>
<
h1><a
class=
"toc-backref"
href=
"#id2"
>
编译安装与单元测试
</a><a
class=
"headerlink"
href=
"#id1
"
title=
"永久链接至标题"
>
¶
</a></h1>
<div
class=
"section"
id=
"i
nstall-faq
"
>
<
span
id=
"id1"
></span><h1><a
class=
"toc-backref"
href=
"#id2"
>
编译安装与单元测试
</a><a
class=
"headerlink"
href=
"#install-faq
"
title=
"永久链接至标题"
>
¶
</a></h1>
<div
class=
"contents topic"
id=
"contents"
>
<p
class=
"topic-title first"
>
Contents
</p>
<ul
class=
"simple"
>
<li><a
class=
"reference internal"
href=
"#i
d1
"
id=
"id2"
>
编译安装与单元测试
</a><ul>
<li><a
class=
"reference internal"
href=
"#i
nstall-faq
"
id=
"id2"
>
编译安装与单元测试
</a><ul>
<li><a
class=
"reference internal"
href=
"#docker-gpu-cuda-driver-version-is-insufficient"
id=
"id3"
>
1. 运行Docker GPU镜像出现
“
CUDA driver version is insufficient
”
</a></li>
<li><a
class=
"reference internal"
href=
"#cmake-pythonlibspythoninterp"
id=
"id4"
>
2. CMake源码编译, 找到的PythonLibs和PythonInterp版本不一致
</a></li>
<li><a
class=
"reference internal"
href=
"#cmake-paddle0-0-0"
id=
"id5"
>
3. CMake源码编译,Paddle版本号为0.0.0
</a></li>
...
...
develop/doc_cn/getstarted/quickstart_cn.html
浏览文件 @
fa864cb1
...
...
@@ -218,7 +218,7 @@
</pre></div>
</div>
</div></blockquote>
<p>
更详细的安装和编译方法参考:
<
a
class=
"reference internal"
href=
"../build_and_install/index_cn.html#install-steps"
><span
class=
"std std-ref"
>
安装流程
</span></a
>
。
</p>
<p>
更详细的安装和编译方法参考:
<
span
class=
"xref std std-ref"
>
install_steps
</span
>
。
</p>
</div>
<div
class=
"section"
id=
"id3"
>
<h2>
快速使用
<a
class=
"headerlink"
href=
"#id3"
title=
"永久链接至标题"
>
¶
</a></h2>
...
...
develop/doc_cn/objects.inv
浏览文件 @
fa864cb1
无法预览此类型文件
develop/doc_cn/searchindex.js
浏览文件 @
fa864cb1
此差异已折叠。
点击以展开。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录