Skip to content

Commit 184d938

Browse files
nouizGrégoire
authored andcommitted
fix crash
1 parent 14e9583 commit 184d938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/rnnslu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def main(param):
343343
'seed': 345,
344344
'emb_dimension': 50,
345345
# dimension of word embedding
346-
'nepochs': n_epochs,
346+
'nepochs': 60,
347347
# 60 is recommended
348348
'savemodel': True}
349349

0 commit comments

Comments
 (0)