simulation.utils.machine_learning.data.unlabeled_dataset module

Summary

Classes:

UnlabeledDataset

This dataset class can load a set of unlabeled data.

Reference

class UnlabeledDataset(transform_properties: Dict[str, Any] = <factory>, folder_path: Union[str, List[str]] = <factory>)[source]

Bases: Generic[torch.utils.data.dataset.T_co]

This dataset class can load a set of unlabeled data.

folder_path: Union[str, List[str]]

Path[s] to folders that contain the data.

load_file_paths() → List[str][source]

List[str]: File paths to all data.