diff --git a/Hypertuner/Introduction to the Keras Tuner.md b/Hypertuner/Introduction to the Keras Tuner.md index 61a953e064837f1306de47f8290646e6ba17c9fc..8e4336d2d390a1bb7298147371a172626d846c03 100644 --- a/Hypertuner/Introduction to the Keras Tuner.md +++ b/Hypertuner/Introduction to the Keras Tuner.md @@ -141,4 +141,4 @@ print("[test loss, test accuracy]:", eval_result) The `my_dir/intro_to_kt` directory contains detailed logs and checkpoints for every trial (model configuration) run during the hyperparameter search. If you re-run the hyperparameter search, the Keras Tuner uses the existing state from these logs to resume the search. To disable this behavior, pass an additional `overwrite=True` argument while instantiating the tuner. -代码地址: \ No newline at end of file +代码地址: https://codechina.csdn.net/csdn_codechina/enterprise_technology/-/blob/master/Hypertuner/Introduction%20to%20the%20Keras%20Tuner.ipynb \ No newline at end of file