core.components.common.dataloader_builder

core.components.common.dataloader_builder#

Copyright (c) Meta Platforms, Inc. and affiliates.

This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.

Functions#

get_dataloader(→ torch.utils.data.DataLoader)

Module Contents#

core.components.common.dataloader_builder.get_dataloader(dataset: torch.utils.data.Dataset, batch_sampler_fn: callable, collate_fn: callable, num_workers) torch.utils.data.DataLoader#