Has anyone an idea how to calculate the probabilities which are needed for the test in the cats and dogs task from the machine learning path? The answers are in a specific row but if I try to use my model on the my test images from the test path then they will randomly choosed.
If you use the same testing data set (without any randomization; you may need a shuffle=False
parameter depending on your loading method) and run them through the model, you should get the results in the same order as the data used in the test for successful prediction.
1 Like
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.