diff --git a/16_nlp_with_rnns_and_attention.ipynb b/16_nlp_with_rnns_and_attention.ipynb index 286a6c5..328e421 100644 --- a/16_nlp_with_rnns_and_attention.ipynb +++ b/16_nlp_with_rnns_and_attention.ipynb @@ -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." ] }, {