Skip to content

Instantly share code, notes, and snippets.

@JeremiahKamama
Created July 9, 2021 06:55
Show Gist options
  • Save JeremiahKamama/a02500770e7fd9cf0a5fe3df783637a4 to your computer and use it in GitHub Desktop.
Save JeremiahKamama/a02500770e7fd9cf0a5fe3df783637a4 to your computer and use it in GitHub Desktop.
train_tokens = tokenizer.texts_to_sequences(X_train)
test_tokens = tokenizer.texts_to_sequences(X_test)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment