keras-team / autokeras

AutoML library for deep learning

Home Page:http://autokeras.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot Set Learning Rate and Optimizer but Have to Tune

hwds2023 opened this issue · comments

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!