This commit is contained in:
Glenn Jocher 2018-09-02 14:01:31 +02:00
parent 345f4773b7
commit caeba13b84
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ def main(opt):
# Multi-Scale Training
# img_size = random.choice(range(10, 20)) * 32
# dataloader = ListDataset(train_path, batch_size=opt.batch_size, img_size=img_size)
# dataloader = load_images_and_labels(train_path, batch_size=opt.batch_size, img_size=img_size, augment=True)
# print('Running this epoch with image size %g' % img_size)
# Update scheduler