Upgrade to TensorFlow 2.8

This commit is contained in:
Aurélien Geron
2022-03-01 11:41:27 +13:00
parent b658ab40c0
commit a2f8391951
12 changed files with 27 additions and 27 deletions

View File

@@ -77,7 +77,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"And TensorFlow ≥ 2.6:"
"And TensorFlow ≥ 2.8:"
]
},
{
@@ -88,7 +88,7 @@
"source": [
"import tensorflow as tf\n",
"\n",
"assert tf.__version__ >= \"2.7.0\""
"assert tf.__version__ >= \"2.8.0\""
]
},
{