From eeb546ed6fbc68224cd85b1c180c5cdeaf45735d Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 1 Sep 2018 19:13:12 +0200 Subject: [PATCH] updates --- train.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/train.py b/train.py index cdfd3428..9cc77810 100644 --- a/train.py +++ b/train.py @@ -93,10 +93,10 @@ def main(opt): for epoch in range(opt.epochs): epoch += start_epoch - # Random input + # Multi-Scale Training # img_size = random.choice(range(10, 20)) * 32 # dataloader = ListDataset(train_path, batch_size=opt.batch_size, img_size=img_size) - # print('Running image size %g' % img_size) + # print('Running this epoch with image size %g' % img_size) # Update scheduler # if epoch % 25 == 0: