mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Upgrade to TensorFlow 2.8
This commit is contained in:
@@ -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\""
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user