Skip to content

Instantly share code, notes, and snippets.

@JeremiahKamama
Created July 9, 2021 06:53
Show Gist options
  • Select an option

  • Save JeremiahKamama/eecec6a3a150ea7c3b0d66ee2390a0d3 to your computer and use it in GitHub Desktop.

Select an option

Save JeremiahKamama/eecec6a3a150ea7c3b0d66ee2390a0d3 to your computer and use it in GitHub Desktop.
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