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

网页版 5.2 开头代码错误 #94

Open kpol-lgx opened 1 year ago

kpol-lgx commented 1 year ago
import tensorflow as tf
import numpy as np
print(tf.__version__)77

这是网页版 5.2 https://trickygo.github.io/Dive-into-DL-TensorFlow2.0/#/chapter05_CNN/5.2_padding-and-strides 的开头代码,print() 后多了 77 。但是 code 目录下代码是正确的。

SwordFaith commented 1 year ago

欢迎创建一个 pr fix这个issue,提交时添加 close #issue 编号索引