fchollet / deep-learning-with-python-notebooks

Jupyter notebooks for the code samples of the book "Deep Learning with Python"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chapter 8.2 convnet model (dogs vs cats) test accuracy can not achieve 83.5% as described in the book

shenchenbing opened this issue · comments

<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?