Created
July 9, 2021 06:53
-
-
Save JeremiahKamama/eecec6a3a150ea7c3b0d66ee2390a0d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| train_pad = pad_sequences(train_tokens, maxlen=max_tokens) | |
| test_pad = pad_sequences(test_tokens, maxlen=max_tokens) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment