edflow.data.believers.meta_util module

Summary

Functions:

store_label_mmap

Stores the numpy array data as numpy MemoryMap with the naming convention, that is loadable by MetaDataset.

Reference

edflow.data.believers.meta_util.store_label_mmap(data, root, name)[source]

Stores the numpy array data as numpy MemoryMap with the naming convention, that is loadable by MetaDataset.

Parameters
  • data (numpy.ndarray) – The data to store.

  • root (str:) – Where to store the memory map.

  • name (str) – The name of the array. If loaded by MetaDataset this will be the key in the labels dictionary at which one can find the data.