image sizes report

This commit is contained in:
Glenn Jocher 2020-04-14 12:02:08 -07:00
parent 763cdd5ae2
commit f5a2682a81
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ def train():
imgsz_max //= 0.667
grid_min, grid_max = imgsz_min // gs, imgsz_max // gs
imgsz_min, imgsz_max = grid_min * gs, grid_max * gs
print('Training image sizes %g - %g, testing image size %g' % (imgsz_min, imgsz_max, imgsz_test))
print('Image sizes %g - %g train, %g test' % (imgsz_min, imgsz_max, imgsz_test))
img_size = imgsz_max # initialize with max size
# Configure run