Create init function passed to pytorch data loader. Args: dataset (torch.utils.data.Dataset): the given dataset.
(dataset)
| 415 | |
| 416 | |
| 417 | def loader_worker_init_fn(dataset): |
| 418 | """ |
| 419 | Create init function passed to pytorch data loader. |
| 420 | Args: |
| 421 | dataset (torch.utils.data.Dataset): the given dataset. |
| 422 | """ |
| 423 | return None |
nothing calls this directly
no outgoing calls
no test coverage detected