MCPcopy Create free account
hub / github.com/TPCD/DCCL / new_epoch

Method new_epoch

project_utils/data_utils.py:29–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 return len(self.loader)
28
29 def new_epoch(self):
30 self.iter = iter(self.loader)
31
32 def next(self):
33 try:

Callers 1

trainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected