Open Johnny-zbb opened 2 years ago
When i use the keras tuner,after searching ; I can`t save the bestmodel, and comes this error: here is my tuner:
tuner = kt.BayesianOptimization( hypermodel=build_model, objective="val_loss", max_trials=300, alpha=0.0001, beta=2.6, seed=None, overwrite=True, hyperparameters=None, tune_new_entries=True, allow_new_entries=True, directory="my_dir", project_name="BayesianOptimization_ols_BN_std", )
When i use the keras tuner,after searching ; I can`t save the bestmodel, and comes this error: here is my tuner: