We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd4e63 commit 0531d0aCopy full SHA for 0531d0a
labelbox/data/generator.py
@@ -56,7 +56,6 @@ class PrefetchGenerator:
56
#instead of self.get qeue in next, itll return just self._data.next
57
#kwarg on export for multithread, and all other things that use prefetch
58
59
- # def __init__(self, data: Iterable[Any], prefetch_limit=20, num_executors=4):
60
def __init__(self,
61
data: Iterable[Any],
62
prefetch_limit=20,
0 commit comments