From ff0f23d49565f44af57311a72ef387aa1aa1d17e Mon Sep 17 00:00:00 2001 From: WenmuZhou Date: Tue, 10 Nov 2020 12:45:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=AD=E7=BB=83=E9=9B=86shuffle=E6=94=B9?= =?UTF-8?q?=E4=B8=BAfalse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/rec/rec_mv3_none_bilstm_ctc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/rec/rec_mv3_none_bilstm_ctc.yml b/configs/rec/rec_mv3_none_bilstm_ctc.yml index 57a7c049..def72375 100644 --- a/configs/rec/rec_mv3_none_bilstm_ctc.yml +++ b/configs/rec/rec_mv3_none_bilstm_ctc.yml @@ -72,7 +72,7 @@ Train: - KeepKeys: keep_keys: ['image', 'label', 'length'] # dataloader will return list in this order loader: - shuffle: True + shuffle: False batch_size_per_card: 256 drop_last: True num_workers: 8 -- GitLab