Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Paddle
提交
94b05850
P
Paddle
项目概览
PaddlePaddle
/
Paddle
大约 1 年 前同步成功
通知
2298
Star
20931
Fork
5422
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1423
列表
看板
标记
里程碑
合并请求
543
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1,423
Issue
1,423
列表
看板
标记
里程碑
合并请求
543
合并请求
543
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
94b05850
编写于
8月 21, 2020
作者:
D
donproc
提交者:
GitHub
8月 21, 2020
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add paddle.fluid.install_check.run_check example doc (#25993)
上级
4f259354
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
16 addition
and
4 deletion
+16
-4
python/paddle/fluid/install_check.py
python/paddle/fluid/install_check.py
+16
-3
tools/wlist.json
tools/wlist.json
+0
-1
未找到文件。
python/paddle/fluid/install_check.py
浏览文件 @
94b05850
...
...
@@ -45,10 +45,23 @@ class SimpleLayer(Layer):
def
run_check
():
''' install check to verify if install is success
"""To check whether install is successful
This func should not be called only if you need to verify installation
'''
Examples:
.. code-block: python
import paddle.fluid as fluid
fluid.install_check.run_check()
# If installed successfully, output may be
# Running Verify Fluid Program ...
# W0805 04:24:59.496919 35357 device_context.cc:268] Please NOTE: device: 0, CUDA Capability: 70, Driver API Version: 10.2, Runtime API Version: 10.1
# W0805 04:24:59.505594 35357 device_context.cc:276] device: 0, cuDNN Version: 7.6.
# Your Paddle Fluid works well on SINGLE GPU or CPU.
# Your Paddle Fluid works well on MUTIPLE GPU or CPU.
# Your Paddle Fluid is installed successfully! Let's start deep Learning with Paddle Fluid now
"""
print
(
"Running Verify Fluid Program ... "
)
device_list
=
[]
...
...
tools/wlist.json
浏览文件 @
94b05850
...
...
@@ -63,7 +63,6 @@
"Compressor"
,
"Compressor.config"
,
"Compressor.run"
,
"run_check"
,
"HDFSClient.upload"
,
"HDFSClient.download"
,
"HDFSClient.is_exist"
,
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录