From ad5de24b46c09e6cbc4c2d4ddbfc6c821a4f3e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Mon, 16 Mar 2020 21:14:25 +1300 Subject: [PATCH] Install latest version of tqdm when using Colab --- 12_custom_models_and_training_with_tensorflow.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/12_custom_models_and_training_with_tensorflow.ipynb b/12_custom_models_and_training_with_tensorflow.ipynb index 12738f3..f87cc36 100644 --- a/12_custom_models_and_training_with_tensorflow.ipynb +++ b/12_custom_models_and_training_with_tensorflow.ipynb @@ -56,6 +56,7 @@ "try:\n", " # %tensorflow_version only exists in Colab.\n", " %tensorflow_version 2.x\n", + " !pip install -U tqdm\n", "except Exception:\n", " pass\n", "\n",