XavierXiao / Dreambooth-Stable-Diffusion

Implementation of Dreambooth (https://arxiv.org/abs/2208.12242) with Stable Diffusion
MIT License
7.57k stars 790 forks source link

About hyperparameter optimization #132

Closed Vickie0710 closed 1 year ago

Vickie0710 commented 1 year ago

Hi,hyperparameter optimization refers to the process of finding the configuration of hyperparameters for optimal performance. This process can be automated using existing optimization methods. Automated hyperparameter optimization is a brilliant technique. I found that you don't seem to use automatic hyperparameter optimization methods to choose the best hyperparameter configuration when training models. Can you share with me why you don't use automatic hyperparameter optimization?