tensorflow-tutorial
tensorflow-tutorial copied to clipboard
LeNet-5/LeNet5_train.ipynb是否存在错写?
在文件Deep_Learning_with_TensorFlow/1.4.0/Chapter06/LeNet-5/LeNet5_train.ipynb里有如下语句: y = LeNet5_infernece.inference(x,False,regularizer) 其中第二个参数在训练时应该是True吧?