Skip to content

Commit e5c46f1

Browse files
committed
sync upstream
1 parent 11e6eba commit e5c46f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hparams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def create_hparams(hparams_string=None, verbose=False):
8181
learning_rate=1e-3,
8282
weight_decay=1e-6,
8383
grad_clip_thresh=1.0,
84-
batch_size=64,
84+
batch_size=36,
8585
mask_padding=True # set model's padded outputs to padded values
8686
)
8787

0 commit comments

Comments
 (0)