Paddle InvalidArgumentError: Input(X) Tensor of SequencePoolOp does not contain LoD information.

2w3rbyxf  于 2021-12-07  发布在  Java
关注(0)|答案(4)|浏览(220)

环境:pandle 1.8.5 , golang1.4.12
实时预测提示LoD Tensor这个错误是什么意思?

InvalidArgumentError: Input(X) Tensor of SequencePoolOp does not contain LoD information. [Hint: Expected lod_level > 0, but received lod_level:0 <= 0:0.] at (/paddle/paddle/fluid/operators/sequence_ops/sequence_pool_op.h:43) [operator < sequence_pool > error] SIGABRT: abort PC=0x7f1c2a0f0428 m=0 sigcode=18446744073709551610

0s0u357o

0s0u357o1#

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档常见问题历史IssueAI社区来寻求解答。祝您生活愉快~

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 APIFAQGithub Issue and AI community to get the answer.Have a nice day!

zlwx9yxi

zlwx9yxi2#

输入是需要设置lod的,可以检查下

63lcw9qa

63lcw9qa3#

golang的api没有找到设置lod的方法

相关问题