Skip to content

Instantly share code, notes, and snippets.

@ferrygun
Created June 8, 2020 10:06
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/855628c97258beafe1ba6d0014d5f15a to your computer and use it in GitHub Desktop.
Save ferrygun/855628c97258beafe1ba6d0014d5f15a to your computer and use it in GitHub Desktop.
train_padded = pad_sequences(train_sequences, maxlen=max_length, padding=padding_type, truncating=trunc_type)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment