lmoroney / dlaicourse

Notebooks for learning deep learning
5.66k stars 5.36k forks source link

Fix incorrect size of output dense layer #42

Open Andy-Wilkinson opened 5 years ago

Andy-Wilkinson commented 5 years ago

The final Dense layer in Excercise 4 is (deliberately) set to the incorrect value of 5 to demonstrate the error produced. This incorrect value is however also transferred to Excercises 5 & 6. I have reverted these to 10.