espnet2.tasks.abs_task.IteratorOptions
Less than 1 minute
espnet2.tasks.abs_task.IteratorOptions
class espnet2.tasks.abs_task.IteratorOptions(preprocess_fn: <built-in function callable>, collate_fn: <built-in function callable>, data_path_and_name_and_type: list, shape_files: list, batch_size: int, batch_bins: int, batch_type: str, max_cache_size: float, max_cache_fd: int, allow_multi_rates: bool, distributed: bool, num_batches: Optional[int], num_iters_per_epoch: Optional[int], train: bool)
Bases: object
allow_multi_rates : bool
batch_bins : int
batch_size : int
batch_type : str
collate_fn : callable
data_path_and_name_and_type : list
distributed : bool
max_cache_fd : int
max_cache_size : float
num_batches : int | None
num_iters_per_epoch : int | None
preprocess_fn : callable
shape_files : list
train : bool