MCPcopy Create free account
hub / github.com/InternRobotics/G2VLM / set_epoch

Method set_epoch

data/dataset_base.py:195–198  ·  view source on GitHub ↗
(self, seed)

Source from the content-addressed store, hash-verified

193 return grouped_names, datasets, is_mandatory, grouped_weights
194
195 def set_epoch(self, seed):
196 for dataset in self.grouped_datasets:
197 dataset.set_epoch(seed)
198 self.base_and_epoch_seed = seed
199
200 def set_sequence_status(self):
201 sequence_status = dict(

Callers 4

mainFunction · 0.95
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected