MCPcopy Create free account
hub / github.com/dek924/PerX2CT / prepare_data

Method prepare_data

main.py:166–168  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

164 self.wrap = wrap
165
166 def prepare_data(self):
167 for data_cfg in self.dataset_configs.values():
168 instantiate_from_config(data_cfg)
169
170 def setup(self, stage=None):
171 self.datasets = dict(

Callers 4

main_testFunction · 0.80
main_test_random_cropFunction · 0.80
main.pyFile · 0.80
main_testFunction · 0.80

Calls 1

instantiate_from_configFunction · 0.85

Tested by 3

main_testFunction · 0.64
main_test_random_cropFunction · 0.64
main_testFunction · 0.64