simulation.utils.machine_learning.data.unlabeled_dataset module¶
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.
-