Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nasavish committed Oct 24, 2018
1 parent 428adac commit 868eeb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions seuss.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@

with open("character_based/info_{now.strftime('%Y-%m-%d_%H-%M')}.txt", 'w+') as f:
pstr = "{'seq_length': " + str(seq_length) + '}'
modelstr =
"""
modelstr = """
model = Sequential()
model.add(LSTM(400, input_shape=(X.shape[1], X.shape[2]), return_sequences=True))
model.add(Dropout(0.2))
Expand Down

0 comments on commit 868eeb9

Please sign in to comment.