MultiLabelConfusionMeter in PyTorch

I read here:

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

However, I haven’t been able to find it. Where is the MultiLabelConfusionMeter class? Am I missing something?

it looks like wrong documentation. MultiLabelConfusionMeter was not ported to pytorch/tnt yet. Open an issue on https://github.com/pytorch/tnt/issues

1 Like