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 4b9d59d commit 11bd111Copy full SHA for 11bd111
src/11_seq2seq/train.py
@@ -82,7 +82,7 @@ def define_argparser(is_continue=False):
82
p.add_argument(
83
'--max_length',
84
type=int,
85
- default=64,
+ default=100,
86
help='Maximum length of the training sequence. Default=%(default)s'
87
)
88
0 commit comments