Skip to content

Commit 11bd111

Browse files
committed
Update train.py
1 parent 4b9d59d commit 11bd111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/11_seq2seq/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def define_argparser(is_continue=False):
8282
p.add_argument(
8383
'--max_length',
8484
type=int,
85-
default=64,
85+
default=100,
8686
help='Maximum length of the training sequence. Default=%(default)s'
8787
)
8888
p.add_argument(

0 commit comments

Comments
 (0)