fix gpu hung problem

pull/740/head
xiefangqi 5 years ago
parent 1f2ca74cd1
commit 3bacea7bba

@ -248,7 +248,7 @@ class Iterator:
return self.depipeline.GetNumClasses()
def __deepcopy__(self, memo):
return Iterator(copy.deepcopy(self.dataset, memo))
return self
class DictIterator(Iterator):

Loading…
Cancel
Save