Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Research
/ drained
Method
drained
CV/PaddleReid/reid/data/parallel_map.py:184–186 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
182
break
183
184
def
drained(self):
185
assert self._epoch >= 0,
"first epoch has not started yet"
186
return
self._source.drained() and self._produced == self._consumed
187
188
def
stop(self):
189
""
" notify to exit
Callers
2
next
Method · 0.95
reset
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected