I tried cats and dogs redux using vgg16bn by
-
changing vgg=Vgg16() to vgg=Vgg16BN(),
-
Importing using the updated utils.py and vgg16bn.py
I have a few questions:
-
My accuracies are about the same at 0.9755 for vgg16 and vgg16BN, is there anything I might have missed?
-
At this cell, Is it fine to have output 0.999725 for for the first picture?
-
Based on the following confusion matrices, is there anything that I might have missed when I ran vgg16BN? The confusion matrix after I used vgg16BN shows 1000 cats-cats and 947 dogs-dogs:
While the confusion matrix after I used vgg16 (without BN) shows 979 cats-cats and 986 dogs-dogs: