Skip to content

Commit

Permalink
Fixed alibi_detect_deploy.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Dec 10, 2024
1 parent 9bf3cb4 commit 5944751
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion doc/source/examples/alibi_detect_deploy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {
"code_folding": [
0
Expand Down Expand Up @@ -56,6 +56,9 @@
],
"source": [
"# imports and plot examples\n",
"import os\n",
"os.environ[\"TF_USE_LEGACY_KERAS\"] = \"1\"\n",
"\n",
"import matplotlib.pyplot as plt\n",
"%matplotlib inline\n",
"import tensorflow as tf\n",
Expand Down
5 changes: 4 additions & 1 deletion docs-gb/examples/alibi_detect_deploy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {
"code_folding": [
0
Expand Down Expand Up @@ -56,6 +56,9 @@
],
"source": [
"# imports and plot examples\n",
"import os\n",
"os.environ[\"TF_USE_LEGACY_KERAS\"] = \"1\"\n",
"\n",
"import matplotlib.pyplot as plt\n",
"%matplotlib inline\n",
"import tensorflow as tf\n",
Expand Down

0 comments on commit 5944751

Please sign in to comment.