Skip to content

Instantly share code, notes, and snippets.

@MLWhiz
Created January 18, 2019 05:51
Show Gist options
  • Select an option

  • Save MLWhiz/8af905ddcf194652b1b4bd813d6cb68f to your computer and use it in GitHub Desktop.

Select an option

Save MLWhiz/8af905ddcf194652b1b4bd813d6cb68f to your computer and use it in GitHub Desktop.
train_X = pad_sequences(train_X, maxlen=maxlen)
test_X = pad_sequences(test_X, maxlen=maxlen)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment