set drop_last to False in train data

pull/2832/head
gaotingquan 2023-05-17 12:26:44 +00:00 committed by cuicheng01
parent cf5d629a64
commit caa6393cd4
5 changed files with 5 additions and 5 deletions

View File

@ -98,7 +98,7 @@ DataLoader:
sampler:
name: DistributedBatchSampler
batch_size: 128
drop_last: True
drop_last: False
shuffle: True
loader:
num_workers: 4

View File

@ -98,7 +98,7 @@ DataLoader:
sampler:
name: DistributedBatchSampler
batch_size: 128
drop_last: True
drop_last: False
shuffle: True
loader:
num_workers: 4

View File

@ -98,7 +98,7 @@ DataLoader:
sampler:
name: DistributedBatchSampler
batch_size: 128
drop_last: True
drop_last: False
shuffle: True
loader:
num_workers: 4

View File

@ -98,7 +98,7 @@ DataLoader:
sampler:
name: DistributedBatchSampler
batch_size: 128
drop_last: True
drop_last: False
shuffle: True
loader:
num_workers: 4

View File

@ -98,7 +98,7 @@ DataLoader:
sampler:
name: DistributedBatchSampler
batch_size: 128
drop_last: True
drop_last: False
shuffle: True
loader:
num_workers: 4