Open sdesrozis opened 4 years ago
Should we do that ?
@vfdev-5 ?
@sdesrozis confusion matrix is a 2D tensor, I wonder if we can not log it to TB in a certain way: heatmap, something else ...
I also agree that exposing metric_names
makes sense too.
❓ Questions/Help/Support
logger configured by
setup_tb_logging
warns when aConfusionMatrix
metric is attached to the evaluatorThe reason is
setup_tb_logging
(viasetup_any_logging
) definesOutputHandler
usingmetric_names="all"
https://github.com/pytorch/ignite/blob/a22a0f5e909ac70d2a1f76a60b6e84b2134f196c/ignite/contrib/engines/common.py#L248-L254What do you think to expose
metric_names
in the API to be able to fix the warning ?