Update lstm_benchmark.py (#6966)

Removed typo
Esse commit está contido em:
Simon Brugman
2017-06-13 20:13:21 +02:00
commit de François Chollet
commit 295e4f8064
+1 -1
Ver Arquivo
@@ -37,7 +37,7 @@ print('Loading data...')
X_train = sequence.pad_sequences(X_train, max_length)
X_test = sequence.pad_sequences(X_test, max_length)
# Compile and train different models while meauring performance.
# Compile and train different models while measuring performance.
results = []
for mode in modes:
print('Testing mode: implementation={}'.format(mode))