MCPcopy Create free account
hub / github.com/IceClear/StableSR / prepare_data

Method prepare_data

main.py:187–189  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

185 self.wrap = wrap
186
187 def prepare_data(self):
188 for data_cfg in self.dataset_configs.values():
189 instantiate_from_config_sr(data_cfg)
190
191 def setup(self, stage=None):
192 self.datasets = dict(

Callers 1

main.pyFile · 0.80

Calls 1

Tested by

no test coverage detected