Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monalissaa/DisenDiff
/ prepare_data
Method
prepare_data
train.py:403–405 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
401
self.wrap = wrap
402
403
def
prepare_data(self):
404
for
data_cfg in self.dataset_configs.values():
405
instantiate_from_config(data_cfg)
406
407
def
setup(self, stage=None):
408
self.datasets = dict(
Callers
1
train.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected