MCPcopy
hub / github.com/OpenMotionLab/MotionGPT / get_sample_set

Method get_sample_set

mGPT/data/__init__.py:17–20  ·  view source on GitHub ↗
(self, overrides={})

Source from the content-addressed store, hash-verified

15 self._test_dataset = None
16
17 def get_sample_set(self, overrides={}):
18 sample_params = self.hparams.copy()
19 sample_params.update(overrides)
20 return self.DatasetEval(**sample_params)
21
22 @property
23 def train_dataset(self):

Callers 2

__init__Method · 0.80
__init__Method · 0.80

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected