Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe-research/custom-diffusion
/ prepare_data
Method
prepare_data
train.py:380–382 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
378
self.wrap = wrap
379
380
def
prepare_data(self):
381
for
data_cfg in self.dataset_configs.values():
382
instantiate_from_config(data_cfg)
383
384
def
setup(self, stage=None):
385
self.datasets = dict(
Callers
1
train.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected