Install latest version of tqdm when using Colab

main
Aurélien Geron 2020-03-16 21:14:25 +13:00
parent 1444403414
commit ad5de24b46
1 changed files with 1 additions and 0 deletions

View File

@ -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",