multi_lazy_load_data_loader

Class for loading multiple data sets with pre-fetching.

class MultiLazyLoadDataLoader(datasets, **kwargs)[source]

Bases: object

Class for loading multiple data sets with pre-fetching.

Parameters:

datasets (list) – A list of data sets to be used in this class.

cleanup()[source]

Deallocate arrays still left in memory.

static load_snapshot_to_shm(snapshot, descriptor_calculator, target_calculator, input_shm_name, output_shm_name)[source]

Load a snapshot into shared memory.

Limited to numpy files for now.

Parameters: