Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
机器未来
Paddle
提交
5e2a2555
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看板
提交
5e2a2555
编写于
6月 24, 2019
作者:
S
sangoly
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'sangoly/debug_tools' into 'incubate/lite'
fix compile error See merge request inference/paddlelite!53
上级
1fbd77d4
9c8b19fc
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
6 addition
and
10 deletion
+6
-10
paddle/fluid/lite/api/inceptionv4_test.cc
paddle/fluid/lite/api/inceptionv4_test.cc
+1
-3
paddle/fluid/lite/tools/debug/CMakeLists.txt
paddle/fluid/lite/tools/debug/CMakeLists.txt
+1
-1
paddle/fluid/lite/tools/debug/analysis_tool.py
paddle/fluid/lite/tools/debug/analysis_tool.py
+0
-2
paddle/fluid/lite/tools/debug/check_model.sh
paddle/fluid/lite/tools/debug/check_model.sh
+4
-4
未找到文件。
paddle/fluid/lite/api/inceptionv4_test.cc
浏览文件 @
5e2a2555
...
@@ -63,9 +63,7 @@ TEST(InceptionV4, test) {
...
@@ -63,9 +63,7 @@ TEST(InceptionV4, test) {
0.00070094
,
0.00080584
,
0.00044525
,
0.00074907
,
0.00070094
,
0.00080584
,
0.00044525
,
0.00074907
,
0.00059774
,
0.00063654
});
0.00059774
,
0.00063654
});
for
(
int
i
=
0
;
i
<
results
.
size
();
++
i
)
{
for
(
int
i
=
0
;
i
<
results
.
size
();
++
i
)
{
// TODO(sangoly): fix assert
EXPECT_NEAR
(
out
->
data
<
float
>
()[
i
],
results
[
i
],
1e-5
);
// EXPECT_NEAR(out->data<float>()[i], results[i], 1e-5);
LOG
(
INFO
)
<<
"out -> "
<<
out
->
data
<
float
>
()[
i
];
}
}
ASSERT_EQ
(
out
->
dims
().
size
(),
2
);
ASSERT_EQ
(
out
->
dims
().
size
(),
2
);
ASSERT_EQ
(
out
->
dims
()[
0
],
1
);
ASSERT_EQ
(
out
->
dims
()[
0
],
1
);
...
...
paddle/fluid/lite/tools/debug/CMakeLists.txt
浏览文件 @
5e2a2555
cc_library
(
debug_utils_lite SRCS debug_utils.cc
)
cc_library
(
debug_utils_lite SRCS debug_utils.cc
DEPS op_params_lite
)
lite_cc_binary
(
lite_model_debug_tool SRCS model_debug_tool.cc
lite_cc_binary
(
lite_model_debug_tool SRCS model_debug_tool.cc
DEPS
DEPS
...
...
paddle/fluid/lite/tools/debug/analysis_tool.py
浏览文件 @
5e2a2555
...
@@ -355,8 +355,6 @@ class Analyser(object):
...
@@ -355,8 +355,6 @@ class Analyser(object):
self
.
_output_diff_nodes
(
results
,
diff_vars
)
self
.
_output_diff_nodes
(
results
,
diff_vars
)
def
_output_diff_nodes
(
self
,
results
,
diff_vars
):
def
_output_diff_nodes
(
self
,
results
,
diff_vars
):
logger
.
info
(
'is here'
)
def
output_param_info
(
inputs
,
outputs
,
infos
,
fd
):
def
output_param_info
(
inputs
,
outputs
,
infos
,
fd
):
def
tensor_repr
(
name
):
def
tensor_repr
(
name
):
return
'
\t
'
.
join
([
return
'
\t
'
.
join
([
...
...
paddle/fluid/lite/tools/debug/check_model.sh
浏览文件 @
5e2a2555
...
@@ -158,10 +158,10 @@ function main {
...
@@ -158,10 +158,10 @@ function main {
PY_OUTPUT_TENSOR
=
"
${
i
#*=
}
"
PY_OUTPUT_TENSOR
=
"
${
i
#*=
}
"
shift
shift
;;
;;
--build_root_dir
=
*
)
--build_root_dir
=
*
)
BUILD_ROOT_DIR
=
"
${
i
#*=
}
"
BUILD_ROOT_DIR
=
"
${
i
#*=
}
"
shift
shift
;;
;;
debug_cpp_stage
)
debug_cpp_stage
)
run_cpp_debug_tool
run_cpp_debug_tool
shift
shift
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录