MCPcopy Create free account
hub / github.com/MotrixLab/ViMoGen / reset

Method reset

datasets/sampler.py:352–353  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

350 return iter(indices_i)
351
352 def reset(self):
353 self.start_index = 0
354
355 def state_dict(self, step) -> dict:
356 return {'start_index': step}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected