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

貢獻者指南