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

Method __init__

datasets/sampler.py:335–337  ·  view source on GitHub ↗
(self, dataset: Dataset, **kwargs)

Source from the content-addressed store, hash-verified

333 """
334
335 def __init__(self, dataset: Dataset, **kwargs):
336 super().__init__(dataset, **kwargs)
337 self.start_index = 0
338
339 def __iter__(self):
340 num_buffers = self.dataset.num_buffers

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected