-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add dropout shape inference as no-op in acc_tracer #65113
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
Conversation
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit c68d713 (more details on the Dr. CI page):
🕵️ 2 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
This pull request was exported from Phabricator. Differential Revision: D30880679 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D30880679 |
Codecov Report
@@ Coverage Diff @@
## master #65113 +/- ##
=======================================
Coverage 66.37% 66.37%
=======================================
Files 727 725 -2
Lines 93571 93575 +4
=======================================
+ Hits 62109 62112 +3
- Misses 31462 31463 +1 |
Summary: Pull Request resolved: #65113 Register dropout as no-op in acc_tracer & Add shape inference for no-op Test Plan: buck test glow/fb/fx/acc_tracer:test_acc_shape_inference --- test_unary_15_dropout_no_op buck test glow/fb/fx/oss_acc_tracer:test_acc_tracer -- test_dropout Reviewed By: jfix71 Differential Revision: D30880679 fbshipit-source-id: d5123ce69b6060b64c4aeda7bf50e89e718a18a4
This pull request was exported from Phabricator. Differential Revision: D30880679 |
This pull request has been merged in c886406. |
Summary: Register dropout as no-op in acc_tracer & Add shape inference for no-op
Test Plan:
buck test glow/fb/fx/acc_tracer:test_acc_shape_inference --- test_unary_15_dropout_no_op
buck test glow/fb/fx/oss_acc_tracer:test_acc_tracer -- test_dropout
Reviewed By: jfix71
Differential Revision: D30880679