What is the num_initial_points argument for Bayesian Optimization with Keras Tuner?

后端 未结 0 1418
梦如初夏
梦如初夏 2021-02-14 03:34

I\'ve implemented the following code to run Keras-Tuner with Bayesian Optimization:

def model_builder(hp):
    
    NormLayer = Normalization()
    NormLayer.adap         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题