Skip to content

Commit

Permalink
Remove extraneous batch_input_shape (keras-team#4393)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome authored and fchollet committed Nov 17, 2016
1 parent 016d85c commit 8d20bac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/stateful_lstm.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def gen_cosine_amp(amp=100, period=1000, x0=0, xn=50000, step=1, k=0.0001):
return_sequences=True,
stateful=True))
model.add(LSTM(50,
batch_input_shape=(batch_size, tsteps, 1),
return_sequences=False,
stateful=True))
model.add(Dense(1))
Expand Down

0 comments on commit 8d20bac

Please sign in to comment.