cellmap_flow.utils.config_utils

Attributes

DEFAULT_SERVER_QUEUE

logger

Functions

load_config(path)

Load and validate the YAML configuration.

build_models(model_entries)

Given a list of model entries from YAML, instantiate the correct ModelConfig objects.

Module Contents

cellmap_flow.utils.config_utils.DEFAULT_SERVER_QUEUE = 'gpu_h100'
cellmap_flow.utils.config_utils.logger
cellmap_flow.utils.config_utils.load_config(path)

Load and validate the YAML configuration.

cellmap_flow.utils.config_utils.build_models(model_entries)

Given a list of model entries from YAML, instantiate the correct ModelConfig objects.