bioimageloader.batch#
Batch loader module
- class bioimageloader.batch.ConcatDataset(datasets: List[bioimageloader.base.Dataset])[source]#
Concatenate Datasets
References
- class bioimageloader.batch.BatchDataloader(dataset: bioimageloader.base.Dataset, batch_size: int = 16, shuffle: bool = False, drop_last: bool = False, num_workers: Optional[int] = None)[source]#
Batch loader with multi-processing
- class bioimageloader.batch.IterBatchDataloader(dataloader: bioimageloader.batch.BatchDataloader)[source]#
Iterate BatchDataloader