We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184d938 commit 475866eCopy full SHA for 475866e
code/rnnslu.py
@@ -345,7 +345,7 @@ def main(param):
345
# dimension of word embedding
346
'nepochs': 60,
347
# 60 is recommended
348
- 'savemodel': True}
+ 'savemodel': False}
349
350
main(s)
351
print s
code/test.py
@@ -32,7 +32,7 @@ def test_rnnslu():
32
33
'nepochs': 1,
34
35
36
37
rnnslu.main(s)
38
0 commit comments