How to dump confusion matrix using TensorBoard logger in pytorch-lightning?

后端 未结 0 1848
时光说笑
时光说笑 2020-12-30 04:13

The official doc only states

>>> from pytorch_lightning.metrics import ConfusionMatrix
>>> target = torch.tensor([1, 1, 0, 0])
>>>          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题