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:
@@ -94,7 +94,7 @@
|
||||
"id": "GJtVEqxfpKzw"
|
||||
},
|
||||
"source": [
|
||||
"And TensorFlow ≥ 2.6:"
|
||||
"And TensorFlow ≥ 2.8:"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -107,7 +107,7 @@
|
||||
"source": [
|
||||
"import tensorflow as tf\n",
|
||||
"\n",
|
||||
"assert tf.__version__ >= \"2.6.0\""
|
||||
"assert tf.__version__ >= \"2.8.0\""
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user