updates
This commit is contained in:
parent
09b02d2029
commit
b56952d707
1
train.py
1
train.py
|
@ -29,6 +29,7 @@ def train(
|
||||||
|
|
||||||
if multi_scale:
|
if multi_scale:
|
||||||
img_size = 608 # initiate with maximum multi_scale size
|
img_size = 608 # initiate with maximum multi_scale size
|
||||||
|
num_workers = 0 # bug https://github.com/ultralytics/yolov3/issues/174
|
||||||
else:
|
else:
|
||||||
torch.backends.cudnn.benchmark = True # unsuitable for multiscale
|
torch.backends.cudnn.benchmark = True # unsuitable for multiscale
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue