-
Notifications
You must be signed in to change notification settings - Fork 333
Warn if inoperable keyword arguments are passed to optimizers #1421
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
This pull request was exported from Phabricator. Differential Revision: D43277102 |
Codecov ReportBase: 94.62% // Head: 94.62% // Decreases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #1421 +/- ##
==========================================
- Coverage 94.62% 94.62% -0.01%
==========================================
Files 419 419
Lines 38926 38929 +3
==========================================
+ Hits 36834 36836 +2
- Misses 2092 2093 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…h#1421) Summary: X-link: facebook/Ax#1421 Pull Request resolved: pytorch#1677 The previous diff discusses issues with kwargs in BoTorch optimizers and resolves some of them. This diff warns if keyword arguments that do nothing are passed to an optimizer, and stops Ax (botorch-modular) from doing that. Reviewed By: lena-kashtelyan Differential Revision: D43277102 fbshipit-source-id: f22b4cd1c4b6227a5210f27d1501c3667209a1d7
…ok#1421) Summary: Pull Request resolved: facebook#1421 X-link: pytorch/botorch#1677 The previous diff discusses issues with kwargs in BoTorch optimizers and resolves some of them. This diff warns if keyword arguments that do nothing are passed to an optimizer, and stops Ax (botorch-modular) from doing that. Reviewed By: lena-kashtelyan Differential Revision: D43277102 fbshipit-source-id: e3a473ef47018e32b8432332033110db06b006be
8805903
to
71e61cd
Compare
This pull request was exported from Phabricator. Differential Revision: D43277102 |
This pull request has been merged in a3d7cff. |
Summary: X-link: facebook/Ax#1421 Pull Request resolved: #1677 The previous diff discusses issues with kwargs in BoTorch optimizers and resolves some of them. This diff warns if keyword arguments that do nothing are passed to an optimizer, and stops Ax (botorch-modular) from doing that. Reviewed By: lena-kashtelyan Differential Revision: D43277102 fbshipit-source-id: b31ef580223fd9d8596a9c69ac4035cbd9e8f3ef
Summary: The previous diff discusses issues with kwargs in BoTorch optimizers and resolves some of them. This diff warns if keyword arguments that do nothing are passed to an optimizer, and stops Ax (botorch-modular) from doing that.
Differential Revision: D43277102