How can I make a Confusion Matrix that does not overlap?

Hi,
I just made a confusion matrix in validation step, but it overlapped like this during training.

I want to make a confusion matrix or table that can be seen by epoch.

            wandb.log({
                "Confusion Matrix": wandb.sklearn.plot_confusion_matrix(
                                                                y_true=targets,
                                                                y_pred=outputs,
                                                                labels=['Normal','COVID','Others']
                                                                )
            })

Is there any way to solve this?

Hi @ozoooooh ,

Could you share a link to the project where you see this behavior?

Thanks,
Ramit
Weights and Biases Support

Hi @ozoooooh,

We wanted to follow up with you regarding your support request as we have not heard back from you. Please let us know if we can be of further assistance or if your issue has been resolved.

Best,
Weights & Biases

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.