From 8b00e3130dfa68cfb3bc37ad345696c0014cc196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Wed, 22 Apr 2020 19:59:35 +1200 Subject: [PATCH] Solution 9 version 4 requires TF 2.2 (add warning) --- 16_nlp_with_rnns_and_attention.ipynb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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." ] }, {