mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Install latest version of tqdm when using Colab
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user