2.3K Star 8.1K Fork 4.3K

GVPMindSpore / mindspore

 / 详情

[ST][MS][教程][GPU]CNN+CTC图像文本识别教程在GPU上pynative模式loss异常

TODO
Bug-Report
创建于  
2024-04-23 19:42
name about labels
Bug Report Use this template for reporting a bug kind/bug

Describe the current behavior / 问题描述 (Mandatory / 必填)

CNN+CTC图像文本识别教程在GPU上pynative模式loss异常
教程地址:https://www.mindspore.cn/tutorials/application/zh-CN/master/cv/cnnctc.html

Environment / 环境信息 (Mandatory / 必填)

  • Hardware Environment(Ascend/GPU/CPU) / 硬件环境:

Please delete the backend not involved / 请删除不涉及的后端:
/device GPU

  • Software Environment / 软件环境 (Mandatory / 必填):
    -- MindSpore version (e.g., 1.7.0.Bxxx) :
    -- Python version (e.g., Python 3.7.5) :
    -- OS platform and distribution (e.g., Linux Ubuntu 16.04):
    -- GCC/Compiler version (if compiled from source):
    失败版本:r2.2.14_B020_4f30cd5f
    成功版本:r2.2.14_20240411_5fe9f78

  • Excute Mode / 执行模式 (Mandatory / 必填)(PyNative/Graph):

Please delete the mode not involved / 请删除不涉及的模式:
/mode pynative

Related testcase / 关联用例 (Mandatory / 必填)

用例路径:solution_test/cases/03subject_test/06document/02network_cases
关联用例:test_ms_tutorial_cv_cnnctc_0001.py

Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)

  1. 进入官网,https://www.mindspore.cn/tutorials/application/zh-CN/master/cv/cnnctc.html
  2. 下载样例代码,使用python执行
  3. 检查loss是否异常

Describe the expected behavior / 预期结果 (Mandatory / 必填)

loss正常,没有nan,没有跑飞

Related log / screenshot / 日志 / 截图 (Mandatory / 必填)

Epoch:[  1/  1], step:[   0/ 900], loss:17.578381 , time:9.384813s, lr:0.000242
Epoch:[  1/  1], step:[   1/ 900], loss:19.287563 , time:7.786807s, lr:0.000242
Epoch:[  1/  1], step:[   2/ 900], loss:6.447821 , time:7.435512s, lr:0.000241
Epoch:[  1/  1], step:[   3/ 900], loss:3801.375000 , time:7.212307s, lr:0.000241
Epoch:[  1/  1], step:[   4/ 900], loss:3535.816406 , time:6.339440s, lr:0.000241
Epoch:[  1/  1], step:[   5/ 900], loss:3620.348389 , time:3.972797s, lr:0.000241
Done!
Parameters loaded! from:  ./cnnctc.ckpt
accuracy: 0.5211
 time:22.69s
Predict:  ['parking']

Special notes for this issue/备注 (Optional / 选填)

走给吕昱峰

评论 (2)

baimz 创建了Bug-Report
baimz 添加了
 
kind/bug
标签
baimz 添加了
 
attr/function
标签
baimz 添加了
 
stage/coding
标签
baimz 添加了
 
v2.2.14
标签
baimz 添加了
 
sig/doc
标签
展开全部操作日志

Please assign maintainer to check this issue.
请为此issue分配处理人。
@baimz

感谢您的提问,您可以评论//mindspore-assistant更快获取帮助:

  1. 如果您刚刚接触MindSpore,或许您可以在教程找到答案
  2. 如果您是资深Pytorch用户,您或许需要:
  1. 如果您遇到动态图问题,可以设置set_context(pynative_synchronize=True)查看报错栈协助定位
  2. 模型精度调优问题可参考官网调优指南
  3. 如果您反馈的是框架BUG,请确认您在ISSUE中提供了MindSpore版本、使用的后端类型(CPU、GPU、Ascend)、环境、训练的代码官方链接以及可以复现报错的代码的启动方式等必要的定位信息
  4. 如果您已经定位出问题根因,欢迎提交PR参与MindSpore开源社区,我们会尽快review

登录 后才可以发表评论

状态
负责人
项目
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
预计工期 (小时)
参与者(3)
11016979 xiangmd 1654824581
Python
1
https://gitee.com/mindspore/mindspore.git
git@gitee.com:mindspore/mindspore.git
mindspore
mindspore
mindspore

搜索帮助