报错如下:
为使您的问题得到快速解决,在建立Issue前,请您先通过如下方式搜索是否有相似问题:【搜索issue关键字】【使用labels筛选】【官方文档】
建立issue时,为快速解决问题,请您根据使用情况给出如下信息:
- 标题:简洁、精准描述您的问题,例如“ssd 模型前置lstm报错 ”
- 版本、环境信息:
1)PaddlePaddle版本:paddle 1.8.3
2)CPU:请提供CPU型号,MKL/OpenBlas/MKLDNN/等数学库的使用情况
3)GPU:请提供GPU型号,CUDA和CUDNN版本号
4)系统环境:请说明系统类型、版本(例如Mac OS 10.14),Python版本
注:您可以通过执行 summary_env.py 获取以上信息。 - 模型信息
1)ernie 做ner 2)使用数据集名称 3)使用算法名称 4)模型链接 - 复现信息:如为报错,请给出复现环境、复现步骤
- 问题描述:请详细描述您的问题,同步贴出报错信息、日志/代码关键片段
Thank you for contributing to PaddlePaddle.
Before submitting the issue, you could search issue in the github.Probably there was a similar issue submitted or resolved before.
If there is no solution,please make sure that this is a issue of models including the following details:
System information
-PaddlePaddle version (eg.1.1)or CommitID
-CPU: including CPUMKL/OpenBlas/MKLDNN version
-GPU: including CUDA/CUDNN version
-OS Platform (eg.Mac OS 10.14)
-Python version
-Name of Models&Dataset/details of operator
Note: You can get most of the information by running summary_env.py .
To Reproduce
Steps to reproduce the behavior
Describe your current behavior
Code to reproduce the issue
Other info / logs
5条答案
按热度按时间fcipmucu1#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看 官网API文档 、 常见问题 、 历史Issue 、 AI社区 来寻求解答。祝您生活愉快~
Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API , FAQ , Github Issue and AI community to get the answer.Have a nice day!
sirbozc52#
@dickobe 请问dymodel是否实例化了,需要在guard里面先实例化layer
e1xvtsh33#
@dickobe 请问dymodel是否实例化了,需要在guard里面先实例化layer
@zhouwei25 有做模型实例化的
vsmadaxz4#
@dickobe 请问dymodel是否实例化了,需要在guard里面先实例化layer
@zhouwei25 有做模型实例化的
@zhouwei25 辛苦帮忙看一下,需要上线使用
cvxl0en25#
@dickobe 请问dymodel是否实例化了,需要在guard里面先实例化layer
@zhouwei25 有做模型实例化的
@zhouwei25 辛苦帮忙看一下,需要上线使用
在用TracedLayer.trace时,当label 为None时,返回的loss是None,这个时候就会报上面的错;如果label为None时,只返回logits就不会报上面的错,帮看下这个是什么原因? @zhouwei25