-
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
[BugFix] fix bug of UserWarnings in test_layer_norm_op.py #55762
[BugFix] fix bug of UserWarnings in test_layer_norm_op.py #55762
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
@Wong4j Please review this 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.
LGTM
Hi @RedContritio , 感谢帮忙
|
warning信息简化一下,主要有两个地方,分别是
|
@Wong4j 那能否先合入这个PR, @RedContritio 再看看如何修复 data_feeder.py和executor.py 引起的 wanirng? |
可以 |
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.
LGTM.
PR types
Bug fixes
PR changes
Others
Description
test_layer_norm_op generates a large number of UserWarnings #55358
Fix invalid parameters used in test_layer_norm_op.py, enable them to solve warnings
Add unittest condition for bfloat16 tests