You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Just spent an hour figuring out why my learning rate are all zero, after I switched my tuner from GridSearch to TPE... Even didn't realize this when I read the docs of hyperopt...
Short summary about the issue/question:
The 'qunform' has different meaning between GridSearch and Other tuner.
Such as these json file:
in GridSearch, the '10' means count, but in other tuner, the '10' means step.
There are some code for parsing 'quniform' in GridSearch.
Brief what process you are following:
How to reproduce it:
nni Environment:
need to update document(yes/no):
Anything else we need to know:
The text was updated successfully, but these errors were encountered: