updates
This commit is contained in:
parent
d1087f4987
commit
8ae06ad7c3
2
train.py
2
train.py
|
@ -208,7 +208,7 @@ def train():
|
||||||
|
|
||||||
# Test Dataloader
|
# Test Dataloader
|
||||||
if not opt.prebias:
|
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,
|
hyp=hyp,
|
||||||
rect=True,
|
rect=True,
|
||||||
cache_labels=True,
|
cache_labels=True,
|
||||||
|
|
Loading…
Reference in New Issue