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
14.01k stars 1.81k forks source link

how to an experiment start from a fixed set of hyper-parameter within search space? #4889

Open 0x1orz opened 2 years ago

0x1orz commented 2 years ago

Describe the issue: A set of hyper-parameter had nice worked on my model before hyper-parameter searching. The set is still best than all of hyper-parameter searched by nni. How to experiment start from a fixed set of hyper-parameter within search space? Thanks.

liuzhe-lz commented 2 years ago

We don't really have this feature yet. You can use import to let the tuner know about this parameter set.