pytorch/ignite
Vedi su GitHubImprove distributed tests for Confusion Matrix (CM and MLCM)
Open
#1657 aperta il 20 feb 2021
HacktoberfestPyDataGlobalenhancementhelp wantedmodule: metrics
Metriche repository
- Star
- (4313 star)
- Metriche merge PR
- (Merge medio 18g 23h) (19 PR mergiate in 30 g)
Descrizione
Currently, the testing data is generated without taking into account distributed context: https://github.com/pytorch/ignite/blob/e17acc740d38909ddbbed6648423750abe593e58/tests/ignite/metrics/test_confusion_matrix.py#L559-L565
same for MultiLabelConfusionMatrix tests.
We would like to rewrite the tests in a similar way as here : https://github.com/pytorch/ignite/blob/e17acc740d38909ddbbed6648423750abe593e58/tests/ignite/metrics/test_recall.py#L778-L785
See https://github.com/pytorch/ignite/issues#issuecomment-782750122
cc @touqir14