-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[Infer Symbolic Shape No.26][BUAA]dropout #67412
[Infer Symbolic Shape No.26][BUAA]dropout #67412
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
|
||
infer_context->SetShapeOrDataForValue(op->result(0), x_shape_or_data); | ||
|
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.
这里虽然不会有data但是最好还是过滤掉,可以下个PR顺带改改
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.
好的,我在下一个 PR 中修改掉。
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.
好的,我在下一个 PR 中修改掉。
留一下修改PR
LGTM |
PR Category
CINN
PR Types
Others
Description
添加 dropout 算子的符号推导接口实现。本地测试时发现 test_dropout_op 文件中无论是否添加 check_symbol_infer=False,都会导致报错,如下图所示。导师说有可能是单测被禁的缘故。