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

@@ -88,7 +88,7 @@
"id": "GJtVEqxfpKzw"
},
"source": [
"And TensorFlow ≥ 2.6:"
"And TensorFlow ≥ 2.8:"
]
},
{
@@ -101,7 +101,7 @@
"source": [
"import tensorflow as tf\n",
"\n",
"assert tf.__version__ >= \"2.6.0\""
"assert tf.__version__ >= \"2.8.0\""
]
},
{