laion_fmri.config¶
Configuration management for laion_fmri.
Functions
|
Initialize the dataset by setting and persisting the data directory. |
Read the persisted data directory. |
- laion_fmri.config.dataset_initialize(path)[source]¶
Initialize the dataset by setting and persisting the data directory.
- Parameters:
path (str) – Path to the data directory. Must exist on disk.
- Raises:
TypeError – If path is not a string.
FileNotFoundError – If the directory does not exist.