TrickyGo / Dive-into-DL-TensorFlow2.0

本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可
https://trickygo.github.io/Dive-into-DL-TensorFlow2.0/#/
Apache License 2.0
3.78k stars 820 forks source link

Fix the error in 3.12.4 #54

Closed jacky-ch93 closed 4 years ago

jacky-ch93 commented 4 years ago

The last "fit_and_plot_tf2(0, lr)" should be "fit_and_plot_tf2(3, lr)" to change the 'md' parameter. The error is only found in the docs folder. The code in code folder is correct.