microsoft / nni

An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
https://nni.readthedocs.io
MIT License
14k stars 1.81k forks source link

# get parameters from tuner RECEIVED_PARAMS = nni.get_next_parameter() #5743

Open whao159107 opened 7 months ago

whao159107 commented 7 months ago

Describe the issue:

get parameters from tuner

    RECEIVED_PARAMS = nni.get_next_parameter() 

return {},is nan; How to obtain the best parameters from the training results example:https://github.com/microsoft/nni/tree/master/examples/trials/sklearn/classification Thanks! Environment:

Configuration:

Log message:

How to reproduce it?: