Skip to content

Commit

Permalink
Fix SyntaxError: invalid syntax in lstm_stateful.py (keras-team#9078)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder authored and fchollet committed Jan 15, 2018
1 parent 311f454 commit ab25382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lstm_stateful.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def gen_uniform_amp(amp=1, xn=10000):
plt.show()


def create_model(stateful: bool):
def create_model(stateful):
model = Sequential()
model.add(LSTM(20,
input_shape=(lahead, 1),
Expand Down

0 comments on commit ab25382

Please sign in to comment.