You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Deep Learning with Python 2nd Edition> Chapter 8.2 using a convnet model with data augmentation and dropout to classify images of dogs and cats. The book says that the test accuracy is 83.5% but I tried many times, using same model/code and same inputs but got all test accuracy results below 80%. Can anyone try those codes and get results around 83.5%? Or is the book description not correct?