Solution 9 version 4 requires TF 2.2 (add warning)

main
Aurélien Geron 2020-04-22 19:59:35 +12:00
parent 1f0bbc782a
commit 8b00e3130d
1 changed files with 8 additions and 1 deletions

View File

@ -2219,7 +2219,14 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "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."
] ]
}, },
{ {