microsoft/InnerEye-DeepLearning

Model baseline comparison shouldn't allow duplicates

Open

#506 aberto em 23 de jun. de 2021

Ver no GitHub
 (0 comments) (0 reactions) (1 assignee)Python (138 forks)batch import
good first issuenot urgent

Métricas do repositório

Stars
 (519 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador