Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants