microsoft/InnerEye-DeepLearning

Model baseline comparison shouldn't allow duplicates

开放

#506 创建于 2021年6月23日

 (0 条评论) (0 个反应) (1 位负责人)Python (138 个派生)batch import
good first issuenot urgent

仓库指标

星标
 (519 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

The model config parameter comparison_blob_storage_paths takes a list of tuples, (name, container). The name is purely descriptive , and has no further meaning, but it is important that they are distinct otherwise multiple datasets from different containers may be merged in an unpredictable way. Essentially, it is better if this is a dict[name, container]. Add this validation to the validate function.

AB#4149

贡献者指南