Skip to content

Commit 7c23975

Browse files
Kyunghyun ChoKyunghyun Cho
authored andcommitted
trailing blank space removed
1 parent 4bc39a2 commit 7c23975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/lstm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ def train(dim_proj=100,
558558

559559
best_p = unzip(tparams)
560560
bad_counter = 0
561-
if (len(history_errs) > patience and
561+
if (len(history_errs) > patience and
562562
valid_err >= numpy.array(history_errs)[:-patience,
563563
0].min()):
564564
bad_counter += 1

0 commit comments

Comments
 (0)