lmoroney / dlaicourse

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

Typo in Course 1 - Part 6 - Lesson 2 #14

Open hongbo-miao opened 5 years ago

hongbo-miao commented 5 years ago

Just a small type, in Typo in Course 1 - Part 6 - Lesson 2, Visualizing the Convolutions and Pooling section,

This code will show us the convolutions graphically. The print (test_labels[;100]) shows ...

test_labels[;100] should be test_labels[:100]

ghost commented 4 years ago

Thank you for bringing it upfront. A pull request has been made to address the change.