Skip to content

Commit 691bd68

Browse files
committed
Switch chapter 2 backend to tf
1 parent dea84a4 commit 691bd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter02_mathematical-building-blocks.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"outputs": [],
3030
"source": [
3131
"import os\n",
32-
"os.environ[\"KERAS_BACKEND\"] = \"jax\""
32+
"os.environ[\"KERAS_BACKEND\"] = \"tensorflow\""
3333
]
3434
},
3535
{

0 commit comments

Comments
 (0)