updates
This commit is contained in:
parent
051b251d41
commit
d5e2daf79d
2
train.py
2
train.py
|
@ -242,7 +242,7 @@ def train(
|
|||
t = time.time()
|
||||
print(s)
|
||||
|
||||
# Multi-Scale training (320 - 608 pixels) every 10 batches
|
||||
# Multi-Scale training (67% - 150%) every 10 batches
|
||||
if multi_scale and (i + 1) % 10 == 0:
|
||||
min_size = round(img_size / 32 / 1.5)
|
||||
max_size = round(img_size / 32 * 1.5)
|
||||
|
|
Loading…
Reference in New Issue