Language Language English 简体中文 unilab.ipc.memory_budget.warn_if_over_budget¶ unilab.ipc.memory_budget.warn_if_over_budget(estimated, label, threshold=0.8)[source]¶ Print a warning if estimated memory exceeds threshold of available. Parameters: estimated (dict[str, int | str]) label (str) threshold (float) Return type: None