Gxliu
Gxliu
```python 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 目录下代码是正确的。
[网页版 3.16.5](https://trickygo.github.io/Dive-into-DL-TensorFlow2.0/#/chapter03_DL-basics/3.16_kaggle-house-price?id=_3165-kkspan-classstrut-styleheight068333emvertical-align0emspan-classmord-mathit-stylemargin-right007153emk%e6%8a%98%e4%ba%a4%e5%8f%89%e9%aa%8c%e8%af%81) 节定义好函数`k_fold()`后,在没有定义超参数和调用`k_fold()`情况下,给出了输出。定义超参数和调用`k_fold()`的代码位于 [3.16.6](https://trickygo.github.io/Dive-into-DL-TensorFlow2.0/#/chapter03_DL-basics/3.16_kaggle-house-price?id=_3166-%e6%a8%a1%e5%9e%8b%e9%80%89%e6%8b%a9) 。根据仓库中[3.16_kaggle-house-price.ipynb](https://github.com/TrickyGo/Dive-into-DL-TensorFlow2.0/blob/master/code/chapter03_DL-basics/3.16_kaggle-house-price.ipynb)代码,建议将 3.16.5 的输出结果放到 3.16.6 的代码下面。
Delete one of the two identical lines. **What this PR does / why we need it**: At the beginning of `WORKSPACE`, the parameters of the two `load` functions are exactly...