-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not transform empty parameter dict in SearchSpaceToChoice (#2789)
Summary: Pull Request resolved: #2789 Do not transform empty parameter dict in SearchSpaceToChoice. Before this fix, this may inappropriately transforming an empty dict into a arm signature, which leads to unexpected/broken behaviors of models such as EB. Reviewed By: sdaulton Differential Revision: D63471431 fbshipit-source-id: a68a7d8973cc89b15da6975114322339f40bae9d
- Loading branch information
1 parent
75b4bf8
commit a144287
Showing
2 changed files
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters