Skip to content

Commit

Permalink
update lstm
Browse files Browse the repository at this point in the history
  • Loading branch information
sunlanchang committed Jun 4, 2020
1 parent 4cba451 commit fe6be84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LSTM_age.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')


# %%
Expand Down

0 comments on commit fe6be84

Please sign in to comment.