From 47e900312ce3abcb5195de8ae67de61a3efb26bf Mon Sep 17 00:00:00 2001 From: MaoXianxin Date: Sat, 31 Jul 2021 21:37:52 +0800 Subject: [PATCH] Introduction to the Keras Tuner --- Hypertuner/Introduction to the Keras Tuner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hypertuner/Introduction to the Keras Tuner.md b/Hypertuner/Introduction to the Keras Tuner.md index 61a953e..8e4336d 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 -- GitLab