updates
This commit is contained in:
parent
eb70e4b751
commit
8c13717f48
3
train.py
3
train.py
|
@ -208,7 +208,8 @@ def train():
|
|||
|
||||
# Test Dataloader
|
||||
if not opt.prebias:
|
||||
testloader = torch.utils.data.DataLoader(LoadImagesAndLabels(test_path, img_size, batch_size, hyp=hyp,
|
||||
testloader = torch.utils.data.DataLoader(LoadImagesAndLabels(test_path, opt.img_size, batch_size,
|
||||
hyp=hyp,
|
||||
rect=True,
|
||||
cache_labels=True,
|
||||
cache_images=opt.cache_images),
|
||||
|
|
Loading…
Reference in New Issue