Skip to content

Commit

Permalink
Solution 9 version 4 requires TF 2.2 (add warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Apr 22, 2020
1 parent b9c567d commit 3544333
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion 16_nlp_with_rnns_and_attention.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3483,7 +3483,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."
]
},
{
Expand Down

0 comments on commit 3544333

Please sign in to comment.