Install latest version of tqdm when using Colab
parent
1444403414
commit
ad5de24b46
|
@ -56,6 +56,7 @@
|
||||||
"try:\n",
|
"try:\n",
|
||||||
" # %tensorflow_version only exists in Colab.\n",
|
" # %tensorflow_version only exists in Colab.\n",
|
||||||
" %tensorflow_version 2.x\n",
|
" %tensorflow_version 2.x\n",
|
||||||
|
" !pip install -U tqdm\n",
|
||||||
"except Exception:\n",
|
"except Exception:\n",
|
||||||
" pass\n",
|
" pass\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
|
Loading…
Reference in New Issue