MCPcopy Create free account
hub / github.com/Audio-AGI/AudioSep / prepare_data

Method prepare_data

data/datamodules.py:38–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36
37
38 def prepare_data(self):
39 # download, split, etc...
40 # only called on 1 GPU/TPU in distributed
41 pass
42
43 def setup(self, stage: Optional[str] = None) -> NoReturn:
44 r"""called on every device."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected