Skip to content
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

Add search space validation for choice types #3975

Merged
merged 3 commits into from
Jul 26, 2021

Conversation

liuzhe-lz
Copy link
Contributor

No description provided.

@@ -47,6 +47,10 @@ def validate_search_space(
raise ValueError(f'search space "{name}"\'s value is not a list : {spec}')

if type_ == 'choice':
if not all(isinstance(arg, (float, int, str)) for arg in args):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will it complain for nested space?

@QuanluZhang QuanluZhang merged commit b0de7c9 into microsoft:master Jul 26, 2021
@liuzhe-lz liuzhe-lz deleted the valid-choice branch October 12, 2021 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants