Skip to content

Instantly share code, notes, and snippets.

@ferrygun
Created June 10, 2020 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ferrygun/de18b7228f83e2bbf8149675024ac72e to your computer and use it in GitHub Desktop.
Save ferrygun/de18b7228f83e2bbf8149675024ac72e to your computer and use it in GitHub Desktop.
max_len = 50
# value = n-words-1 which is 'ENDPAD'or index 35178
X = pad_sequences(maxlen=max_len, sequences=X, padding="post", value=n_words - 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment