Hi, I have been working on the second ML with Python Projects Cats and Dogs. So far everything seems to work. However, when I reach the point/cell of model.predict() I feel like something is not working correctly.
I trained the model and now I want to grap the test set and get the predictions so I use:
model.evaluate(test_data_gen) - In the output there is only this response 1/1 which I think that it takes only one test image instead of 50?! Not sure about this information.