I have a ConfusionMatrix metric implemented as a subclass of tf.keras.metrics.Metric where the only value is a tf.Variable with shape=(13,13) and dtype=tf.uint32. In wandb UI this just shows up as a histogram, is there some way to reinterpret this as a multilabel confusion matrix?
tbirch
1
Hey Tom, it’s not possible at the moment. You’ll need to use wandb.plot.confusion_matrix() for that.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Plotting confusion matrix | 3 | 622 | August 26, 2022 | |
| Confusion Matrix generates report not plot | 5 | 871 | October 25, 2022 | |
| Confusion matrix not generating "Custom chart" entry | 5 | 1104 | October 20, 2022 | |
| How to add confusion matrix to the workspace UI ( given that i logged the metrics)? | 0 | 25 | March 15, 2025 | |
| Wandb.plot.confusion_matrix() just show a Table! | 1 | 1385 | January 10, 2022 |
