Skip to content

Commit

Permalink
Merge pull request #629 from jvishnuvardhan:patch-8
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 251467951
  • Loading branch information
Copybara-Service committed Jun 4, 2019
2 parents 08a55c6 + d60c550 commit af2f879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/tutorials/keras/basic_text_classification.ipynb
Expand Up @@ -335,7 +335,7 @@
"\n",
"In this tutorial, we will use the second approach.\n",
"\n",
"Since the movie reviews must be the same length, we will use the [pad_sequences](https://www.tensorflow.org/api_docs/python/tf/keras/preprocessing/sequence/pad_sequences) function to standardize the lengths:"
"Since the movie reviews must be the same length, we will use the [pad_sequences](https://keras.io/preprocessing/sequence/#pad_sequences) function to standardize the lengths:"
]
},
{
Expand Down

0 comments on commit af2f879

Please sign in to comment.