katywarr / strengthening-dnns

Code repository to accompany the O'Reilly book: "Strengthening Deep Neural Networks: Making AI Less Susceptible to Adversarial Trickery"
https://learning.oreilly.com/library/view/strengthening-deep-neural/9781492044949/
MIT License
52 stars 22 forks source link

Bug: file is ought to be renamed in chapter05/fashionMNIST_random_images.ipynb #1

Closed JafarBadour closed 4 years ago

JafarBadour commented 4 years ago

The model loaded in the jupyter notebook has the name fashionMNIST.h5 but the file actually is named FashionMNIST.h5 so one of them should be changed to match the other.