I am getting the below outputs for Cat and Dog images respectively. how do i interpret it?
run : python predict.py testing_data/cats/cat.1041.jpg
output: [[3.3456912e-05 9.9996650e-01]]
run: python predict.py testing_data/dogs/dog.1000.jpg
output: [[5.817143e-05 9.999418e-01]]
I am getting the below outputs for Cat and Dog images respectively. how do i interpret it?
run : python predict.py testing_data/cats/cat.1041.jpg
output: [[3.3456912e-05 9.9996650e-01]]
run: python predict.py testing_data/dogs/dog.1000.jpg
output: [[5.817143e-05 9.999418e-01]]