dragen1860 / TensorFlow-2.x-Tutorials

TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
6.38k stars 2.24k forks source link

10.7池化层 最大输出判断错误 #54

Open bigbirdhzp opened 4 years ago

bigbirdhzp commented 4 years ago

x'=max(2,0,3,1)=1。 按照上面的规律,取最大应该是3。在第二张图也是写了“3”。但文字描述写错了

image image