This commit is contained in:
Glenn Jocher 2019-12-25 19:58:20 -08:00
parent d1087f4987
commit 8ae06ad7c3
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ def train():
# Test Dataloader
if not opt.prebias:
testloader = torch.utils.data.DataLoader(LoadImagesAndLabels(test_path, opt.img_size, batch_size,
testloader = torch.utils.data.DataLoader(LoadImagesAndLabels(test_path, opt.img_size, batch_size * 2,
hyp=hyp,
rect=True,
cache_labels=True,