Solution 9 version 4 requires TF 2.2 (add warning)

This commit is contained in:
Aurélien Geron
2020-04-22 19:59:35 +12:00
parent 1f0bbc782a
commit 8b00e3130d

View File

@@ -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."
]
},
{