jeffheaton / t81_558_deep_learning

T81-558: Keras - Applications of Deep Neural Networks @Washington University in St. Louis
https://sites.wustl.edu/jeffheaton/t81-558/
Other
5.71k stars 3.04k forks source link

Line169: Wrong Filter Size in Brackets #47

Closed akramsystems closed 4 years ago

akramsystems commented 4 years ago

Changed Line 169 before: "For example, if the filter size were 5 (4x5) for 10 filters, there would be 250 weights.\n" after: "For example, if the filter size were 5 (5x5) for 10 filters, there would be 250 weights.\n"

jeffheaton commented 4 years ago

Thanks.