morpheus.models.dfencoder.dataloader.DataframeDataset

class DataframeDataset(*args, **kwargs)[source]

Bases: torch.utils.data.Dataset

Attributes
batch_size

num_samples

Returns the number of samples in the dataset.

preprocess_fn

shuffle_batch_indices

shuffle_rows_in_batch

Methods

__call__(*args, **kwargs) Call self as a function.
property num_samples

Returns the number of samples in the dataset.

Previous morpheus.models.dfencoder.dataloader.DFEncoderDataLoader
Next morpheus.models.dfencoder.dataloader.FileSystemDataset
© Copyright 2024, NVIDIA. Last updated on Apr 25, 2024.