From 01d0aa89694ad226e725ccc6807b0b724737db2f Mon Sep 17 00:00:00 2001 From: Mark Daoust Date: Tue, 15 Oct 2019 10:25:27 -0700 Subject: [PATCH] pip install -q git+https://github.com/keras-team/keras-tuner --- community/en/hyperparamter_search.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/en/hyperparamter_search.ipynb b/community/en/hyperparamter_search.ipynb index ca5220776a5..54aeebb4700 100644 --- a/community/en/hyperparamter_search.ipynb +++ b/community/en/hyperparamter_search.ipynb @@ -293,7 +293,8 @@ "colab": {} }, "source": [ - "!pip install -q keras-tuner" + "# use pip install keras-tuner once https://github.com/keras-team/keras-tuner/issues/71 is fixed in the pip package\n", + "!pip install -q git+https://github.com/keras-team/keras-tuner" ], "execution_count": 0, "outputs": []