From 92759db28e33b7eba0711c4aefd5289e42825368 Mon Sep 17 00:00:00 2001 From: Sachin Prasad Date: Thu, 26 Oct 2023 09:41:37 -0700 Subject: [PATCH] Update KerasTuner to 1.4.5 release (#1557) Update KerasTuner to 1.4.5 release --- scripts/autogen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/autogen.py b/scripts/autogen.py index a0f7ddb894..3eb9c1fa39 100644 --- a/scripts/autogen.py +++ b/scripts/autogen.py @@ -42,7 +42,7 @@ GUIDES_GH_LOCATION = Path("keras-team") / "keras-io" / "blob" / "master" / "guides" PROJECT_URL = { "keras": "https://github.com/keras-team/keras/tree/v2.14.0/", - "keras_tuner": "https://github.com/keras-team/keras-tuner/tree/v1.3.5/", + "keras_tuner": "https://github.com/keras-team/keras-tuner/tree/v1.4.5/", "keras_cv": "https://github.com/keras-team/keras-cv/tree/v0.6.4/", "keras_nlp": "https://github.com/keras-team/keras-nlp/tree/v0.6.2/", "keras_core": "https://github.com/keras-team/keras-core/tree/v0.1.7/",