microsoft/InnerEye-DeepLearning

Model baseline comparison shouldn't allow duplicates

Open

Aperta il 23 giu 2021

Vedi su GitHub
 (0 commenti) (0 reazioni) (1 assegnatario)Python (519 star) (138 fork)batch import
good first issuenot urgent

Descrizione

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

Guida contributor