This commit is contained in:
Glenn Jocher 2019-05-18 12:07:57 +02:00
parent 6930fb44ac
commit aae93a9651
1 changed files with 1 additions and 1 deletions

View File

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