I realized that it depend which method you use you are getting different confusion matrix
for example If I calculate confusion matrix via confusion_matrix method from sklearn package I get this :
however if I use: interp.confusion_matrix from fastai i get this :
any clue why is that?