cerebras.modelzoo.data.vision.segmentation.config.InriaAerialDataProcessorConfig#

class cerebras.modelzoo.data.vision.segmentation.config.InriaAerialDataProcessorConfig(batch_size: int = <object object at 0x7f2933a50b80>, shuffle: bool = True, shuffle_seed: int = 0, num_workers: int = 0, prefetch_factor: int = 10, persistent_workers: bool = True, use_worker_cache: bool = <object object at 0x7f2933a50b80>, data_dir: Union[str, List[str]] = <object object at 0x7f2933a50b80>, num_classes: int = <object object at 0x7f2933a50b80>, image_shape: List[int] = <factory>, duplicate_act_worker_data: bool = <object object at 0x7f2933a50b80>, loss: str = <object object at 0x7f2933a50b80>, normalize_data_method: Optional[str] = None, augment_data: bool = True, drop_last: bool = True, mixed_precision: Optional[bool] = None, overfit: bool = False, overfit_num_batches: Optional[int] = None, overfit_indices: Optional[List[int]] = None, use_fast_dataloader: bool = False)[source]#
use_worker_cache: bool = <object object>#
data_dir: Union[str, List[str]] = <object object>#
num_classes: int = <object object>#
image_shape: List[int]#
duplicate_act_worker_data: bool = <object object>#
loss: str = <object object>#
normalize_data_method: Optional[str] = None#
augment_data: bool = True#
num_workers: int = 0#

The number of PyTorch processes used in the dataloader

drop_last: bool = True#
prefetch_factor: int = 10#

The number of batches to prefetch in the dataloader

persistent_workers: bool = True#

Whether or not to keep workers persistent between epochs

mixed_precision: Optional[bool] = None#
overfit: bool = False#
overfit_num_batches: Optional[int] = None#
overfit_indices: Optional[List[int]] = None#
use_fast_dataloader: bool = False#
batch_size: int = <object object>#

Batch size to be used

shuffle: bool = True#

Whether or not to shuffle the dataset

shuffle_seed: int = 0#

Seed used for deterministic shuffling