From aae93a96516502e7e4345fe4a7e5d4f97546aca7 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 18 May 2019 12:07:57 +0200 Subject: [PATCH] updates --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index fde05de4..1eea7a24 100644 --- a/train.py +++ b/train.py @@ -138,7 +138,7 @@ def train( # plt.savefig('LR.png', dpi=300) # Dataset - dataset = LoadImagesAndLabels(train_path, img_size, batch_size, augment=True, rect=False, image_weights=True) + dataset = LoadImagesAndLabels(train_path, img_size, batch_size, augment=False, rect=False, image_weights=False) # Initialize distributed training if torch.cuda.device_count() > 1: