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

【3.2 线性回归的从零开始实现】错误内容 #15

Closed youngxhui closed 4 years ago

youngxhui commented 4 years ago

代码输出

将原有的 features[0], labels[0] 代码应该贴在下面代码区。

image

未修改内容

  1. 仍旧是 pytorch 内容。

image

  1. 应该为 matmul 函数

image

SwordFaith commented 4 years ago

谢谢提醒,正在处理