mindspore-ai / mindspore

MindSpore is a new open source deep learning training/inference framework that could be used for mobile, edge and cloud scenarios.
https://gitee.com/mindspore/mindspore
Apache License 2.0
4.32k stars 713 forks source link

训练库函数dynamic_rnn_grad报run task error #159

Open KHAKhazeus opened 3 years ago

KHAKhazeus commented 3 years ago

Environment

Hardware Environment(Ascend/GPU/CPU):

Ascend

Software Environment:

Describe the current behavior

训练过程中报 run task error! 错误,查看日志后发现报错点在库内函数dynamic_rnn_grad,代码文件在库https://gitee.com/khazeus/lstm-crf-pos-gitee,模型文件位于src/model.py

Steps to reproduce the issue

  1. git clone https://gitee.com/khazeus/lstm-crf-pos-gitee.git
  2. cd lstm-crf-pos-gitee
  3. python -m src.train

Related log / screenshot

Screen Shot 2021-08-18 at 6 19 29 PM
KHAKhazeus commented 3 years ago

详细日志 debug.txt