dvarfe's picture
style(dashboard): translate commentaries
bb1589d
Raw
History Blame Contribute Delete
321 Bytes
"""Dash application helpers for xIQA."""
from .model_catalog import (
MODEL_FAMILIES,
ModelRecord,
checkpoint_cache_dir,
checkpoint_dataset_cache_paths,
discover_models_for_metric,
discover_supported_datasets,
get_model_record,
require_model_record,
selector_cache_files_for_model,
)