pytorch/tnt

Incorrect documentation for ConfusionMeter

granmirupa opened this issue · 4 comments

It says here:

It does not support multi-label, multi-class problems: for such problems, please use MultiLabelConfusionMeter.

Actually, there is no MultiLabelConfusionMeter class implemented in pytorch yet.

thanks for spotting! we should add it.

Hi,

Any idea when will this be added?

Thanks

Hi, when will MultiLabelConfusionMeter be added? Thanks!

I have issued a PR that implements the MultiLabelConfusionMeter class