I am trying to train an action recognition model, where I log my matrices in WandB.
While I can log top_k_accuracy, mean_class_accuracy, I can't log confusion_matrix.
metric confusion_matrix is not supported
In the documentation, it looks like the API for the confusion matrix is available. I was wondering if I missed something with my config.
Hi team,
I am trying to train an action recognition model, where I log my matrices in WandB. While I can log top_k_accuracy, mean_class_accuracy, I can't log confusion_matrix.
metric confusion_matrix is not supported
In the documentation, it looks like the API for the confusion matrix is available. I was wondering if I missed something with my config.