MCPcopy Create free account
hub / github.com/Text-to-Audio/Make-An-Audio / prepare_data

Method prepare_data

main.py:203–205  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

201 self.wrap = wrap
202
203 def prepare_data(self):
204 for data_cfg in self.dataset_configs.values():
205 instantiate_from_config(data_cfg)
206
207 def setup(self, stage=None):
208 self.datasets = dict(

Callers 1

main.pyFile · 0.80

Calls 1

instantiate_from_configFunction · 0.90

Tested by

no test coverage detected