This commit is contained in:
Glenn Jocher 2019-06-12 11:36:32 +02:00
parent 051b251d41
commit d5e2daf79d
1 changed files with 1 additions and 1 deletions

View File

@ -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)