-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
【Hackathon 6th Fundable Projects 3 No.17】beam_search_decode #65207
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
fd232bf
to
00a3c8c
Compare
3ed50e8
to
b6be3c6
Compare
3c858a9
to
54f13a8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
funcs目录下的文件名不用加op_def这样的后缀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同上
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
paddle/phi/ops/yaml/ops.yaml
Outdated
- op : beam_search_decode | ||
args: (Tensor ids, Tensor scores, int beam_size, int end_id) | ||
output: Tensor (sentence_ids), Tensor (sentence_scores) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 已修改为静态图
2 配置文件中没有TensorArray类型,是使用Tensor代替TensorArray
PR Category
Others
PR Types
Others
Description
17 beam_search_decode