Skip to content

Commit 3544333

Browse files
committed
Solution 9 version 4 requires TF 2.2 (add warning)
1 parent b9c567d commit 3544333

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

16_nlp_with_rnns_and_attention.ipynb

+8-1
Original file line numberDiff line numberDiff line change
@@ -3483,7 +3483,14 @@
34833483
"cell_type": "markdown",
34843484
"metadata": {},
34853485
"source": [
3486-
"### Fourth version: using TF-Addons's seq2seq implementation with Teacher Forcing"
3486+
"### Fourth version: using TF-Addons's seq2seq implementation with a scheduled sampler"
3487+
]
3488+
},
3489+
{
3490+
"cell_type": "markdown",
3491+
"metadata": {},
3492+
"source": [
3493+
"**Warning**: due to a TF bug, this version only works using TensorFlow 2.2."
34873494
]
34883495
},
34893496
{

0 commit comments

Comments
 (0)