Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix reader-op log bug #1154

Merged
merged 1 commit into from
Apr 20, 2021
Merged

Conversation

HexToString
Copy link
Collaborator

out->at(i).lod[0].back();
打印日志,应在out->push_back(lod_tensor);下方。
out是个空的vector,只有Push_back后,out->at(i)才能取到数据。

@paddle-bot-old
Copy link

Thanks for your contribution!

@bjjwwang bjjwwang merged commit 540841d into PaddlePaddle:develop Apr 20, 2021
bjjwwang added a commit to bjjwwang/Serving that referenced this pull request Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants