mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Solution 9 version 4 requires TF 2.2 (add warning)
This commit is contained in:
@@ -2219,7 +2219,14 @@
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"### Fourth version: using TF-Addons's seq2seq implementation with Teacher Forcing"
|
||||
"### Fourth version: using TF-Addons's seq2seq implementation with a scheduled sampler"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"**Warning**: due to a TF bug, this version only works using TensorFlow 2.2."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user