Getting wrong tags
guixermo opened this issue · 1 comments
guixermo commented
I downloaded a dataset consisting on fruits.
From that dataset i only took 4 classes to diferentiate.
The problem comes when i plot the results of the classification with plot_multi_tp_losses(...)
The predicted label is correct but the actual label is wrong or some of them are empty. See the imaged for an example.
the previous classification by folders seems to be right
data.show_batch
guixermo commented
I was using interp.plot_multi_top_losses
which i don't know why, it shows wrong labels.
Using plot_top_losses
show correct values.