Wandb.Html() not displaying

I’m trying to display a block of text (a confusion matrix actually, since they do not display in WB) using HTML.
The code runs but it will not show up on run panel. How can i see it? It seems only images will display.

wandb.log({f"ConfMatrix" : wandb.Html("<tt>"+my_confusion_matrix.ai2_confusion_matrix(y_true, y_pred...).replace("\n", "<P>").replace(" ", "&nbsp;"))})

Hi @kevinashaw!

Could you share a sample output of my_confusion_matrix.ai2_confusion_matrix(y_true, y_pred, ...)? I’ll try to reproduce this on my end and look into how we can get this working for you.

Thanks,
Ramit

Hi Kevin,

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.

Hi Kevin, Since we have not heard back from you, we are closing this support request. If you would like to re-open this request, please reply to this thread!

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