Compare commits

...
Author SHA1 Message Date
Karl Weinmeister 6ffe548eac Formatting/linting 2021-11-12 19:41:51 -06:00
Karl Weinmeister 96ddc93b3f Added TensorFlow install step to Explainable AI notebooks 2021-11-12 19:38:16 -06:00
2 changed files with 24 additions and 0 deletions
@@ -162,6 +162,18 @@
"! pip install -U google-cloud-storage $USER_FLAG"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "5239a5e5d396"
},
"outputs": [],
"source": [
"if os.environ[\"IS_TESTING\"]:\n",
" ! pip3 install --upgrade tensorflow $USER_FLAG"
]
},
{
"cell_type": "markdown",
"metadata": {
@@ -164,6 +164,18 @@
"! pip install -U google-cloud-storage $USER_FLAG"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "5239a5e5d396"
},
"outputs": [],
"source": [
"if os.environ[\"IS_TESTING\"]:\n",
" ! pip3 install --upgrade tensorflow $USER_FLAG"
]
},
{
"cell_type": "markdown",
"metadata": {