diff --git a/LSTM_age.py b/LSTM_age.py index 6ac7657..546a079 100644 --- a/LSTM_age.py +++ b/LSTM_age.py @@ -156,7 +156,7 @@ sequences = tokenizer.texts_to_sequences( creative_id_seq[900000:]) -X_test = pad_sequences(sequences, maxlen=max_len_creative_id, padding='pre') +X_test = pad_sequences(sequences, maxlen=max_len_creative_id, padding='post') # %%