Skip to content

  • 体验新版
    • 正在加载...
  • 登录
  • PaddlePaddle
  • Paddle
  • 合并请求
  • !22272

P
Paddle
  • 项目概览

PaddlePaddle / Paddle
大约 2 年 前同步成功

通知 2325
Star 20933
Fork 5424
  • 代码
    • 文件
    • 提交
    • 分支
    • 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看板

Added function to store and parse error logs !22272

  • Report abuse
!22272 开放中 1月 14, 2020 由 saxon_zh@saxon_zh 创建
#<User:0x00007fed54de3b60>
  • 概览 0
  • 提交 1
  • 变更 2

Created by: chenwhql

In order to record which errors were triggered during the user's use of Paddle, find high-frequency trigger errors, optimize the high-frequency error information, and add the function of storing and parsing error logs.

  • log saving path: ~/.cache/paddle/paddle-error-summary-2020-XX-XX.log
  • save format example:
λ yq01-gpu-255-137-12-00 /work/paddle/tools {develop} cat ~/.cache/paddle/paddle-error-summary-2020-01-14.log
FileLine: /work/paddle/paddle/fluid/operators/mul_op.cc:90
Summary: InvalidArgumentError: After flatten the input tensor X and Y to 2-D dimensions matrix X1 and Y1, the matrix X1's width must be equal with matrix Y1's height. But received X's shape = [10, 13], X1's shape = [10, 13], X1's width = 13; Y's shape = [12, 1], Y1's shape = [12, 1], Y1's height = 12.
  [Hint: Expected x_mat_dims[1] == y_mat_dims[0], but received x_mat_dims[1]:13 != y_mat_dims[0]:12.]

FileLine: /work/paddle/paddle/fluid/operators/mul_op.cc:90
Summary: InvalidArgumentError: After flatten the input tensor X and Y to 2-D dimensions matrix X1 and Y1, the matrix X1's width must be equal with matrix Y1's height. But received X's shape = [10, 13], X1's shape = [10, 13], X1's width = 13; Y's shape = [12, 1], Y1's shape = [12, 1], Y1's height = 12.
  [Hint: Expected x_mat_dims[1] == y_mat_dims[0], but received x_mat_dims[1]:13 != y_mat_dims[0]:12.]

FileLine: /work/paddle/paddle/fluid/operators/optimizers/sgd_op.cc:39
Summary: Error: Maybe the Input variable LearningRate has not been initialized. You may need to confirm if you put exe.run(startup_program) after optimizer.minimize function.
  [Hint: Expected framework::product(lr_dims) != 0, but received framework::product(lr_dims):0 == 0:0.]

FileLine: /work/paddle/paddle/fluid/operators/sequence_ops/sequence_pool_op.cc:37
Summary: Error: The LoD level Input(X) of sequence_pool should be larger than 0.
  [Hint: Expected in_lod_level > 0, but received in_lod_level:0 <= 0:0.]
  • parse result example:
λ yq01-gpu-255-137-12-00 /work/paddle/tools {develop} python count_error_frequence.py
/root/.cache/paddle/paddle-error-summary-2020-01-14.log
File:Line - Error Count
paddle/fluid/operators/mul_op.cc:90 - 2
paddle/fluid/operators/optimizers/sgd_op.cc:39 - 1
paddle/fluid/operators/sequence_ops/sequence_pool_op.cc:37 - 1
指派人
分配到
审核者
Request review from
无
里程碑
无
分配里程碑
工时统计
标识: paddlepaddle/Paddle!22272
Source branch: github/fork/chenwhql/easyuse/add_save_and_analysis_error_log_function
渝ICP备2023009037号

京公网安备11010502055752号

网络110报警服务 Powered by GitLab CE v13.7
开源知识
Git 入门 Pro Git 电子书 在线学 Git
Markdown 基础入门 IT 技术知识开源图谱
帮助
使用手册 反馈建议 博客
《GitCode 隐私声明》 《GitCode 服务条款》 关于GitCode
Powered by GitLab CE v13.7