(self)
| 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.""" |
nothing calls this directly
no outgoing calls
no test coverage detected