训练集shuffle改为false

This commit is contained in:
WenmuZhou 2020-11-10 12:45:25 +08:00
parent b2004fe586
commit ff0f23d495
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ Train:
- KeepKeys: - KeepKeys:
keep_keys: ['image', 'label', 'length'] # dataloader will return list in this order keep_keys: ['image', 'label', 'length'] # dataloader will return list in this order
loader: loader:
shuffle: True shuffle: False
batch_size_per_card: 256 batch_size_per_card: 256
drop_last: True drop_last: True
num_workers: 8 num_workers: 8