keras-team / autokeras

AutoML library for deep learning
http://autokeras.com/
Apache License 2.0
9.1k stars 1.4k forks source link

Cannot Set Learning Rate and Optimizer but Have to Tune #1866

Open hwds2023 opened 1 year ago

hwds2023 commented 1 year ago

Hi, I'm using autokeras.AutoModel to tune the model structure but found that I cannot set the optimizer and learning rate, which have to been tuned automatically. Actually I just want set them rather than tune. Is there any way or sample code to show how to set optimizer and learning rate? Many thanks!