MesserMMP's picture
feat(inference): two-stage pipeline with artery classifier + stable series-aware sorting; single-upload UI
c43423b
Raw
History Blame Contribute Delete
237 Bytes
# src/syntax_pred/config.py — единая конфигурация и устройство
from omegaconf import OmegaConf
from .utils import pick_device
CFG = OmegaConf.load("configs/default.yaml")
DEVICE = pick_device(CFG.device)