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

Search Space of Tuner #2397

Closed
colorjam opened this issue Apr 30, 2020 · 2 comments
Closed

Search Space of Tuner #2397

colorjam opened this issue Apr 30, 2020 · 2 comments
Assignees
Labels
bug Something isn't working close-as-overdue for the issue that is over 3 months with no responses HPO NNI_Usage question Further information is requested
Milestone

Comments

@colorjam
Copy link
Contributor

I'm confused of the quniform type. I expect it acts like range.
For example, for _value as [0.3,1.5,0.2] the output should be [0.3, 0.5, 0.7, 0.9, 1.1, 1.3].
But when I set _value as [0.3, 1.5, 0.2], the parameters are [0.3, 0.4, 0.6, 0.8, 1.0, 1.2, 1.4, 1.5], set _value as [0.3, 0.6] the parameters are [0.3, 0.4, 0.6, 0.8, 1.0, 1.2, 1.4, 1.6].

@scarlett2018
Copy link
Member

@colorjam - thanks for the feedback. Your understanding is basically right, may you share the search space file you are using?

Refer to the following doc for definition:
https://github.com/microsoft/nni/blob/master/docs/en_US/Tutorial/SearchSpaceSpec.md

@scarlett2018 scarlett2018 added user raised HPO NNI_Usage question Further information is requested labels May 2, 2020
@scarlett2018 scarlett2018 added the bug Something isn't working label May 29, 2020
@QuanluZhang QuanluZhang added this to the Backlog milestone Jun 22, 2020
@scarlett2018 scarlett2018 mentioned this issue Jul 14, 2020
66 tasks
@kvartet
Copy link
Contributor

kvartet commented Dec 7, 2020

I’m closing this issue as it has no updates from user for 3 months, please feel free to reopen if you are still seeing it an active issue.

@kvartet kvartet closed this as completed Dec 7, 2020
@kvartet kvartet added the close-as-overdue for the issue that is over 3 months with no responses label Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working close-as-overdue for the issue that is over 3 months with no responses HPO NNI_Usage question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants