This commit is contained in:
Glenn Jocher 2019-03-21 17:28:26 +02:00
parent 72afa02272
commit 8ebb4da5cc
1 changed files with 0 additions and 1 deletions

View File

@ -104,7 +104,6 @@ class LoadImagesAndLabels: # for training
self.batch_size = batch_size
self.img_size = img_size
self.augment = augment
iter(self)
def __iter__(self):
self.count = -1