You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在文件Deep_Learning_with_TensorFlow/1.4.0/Chapter06/LeNet-5/LeNet5_train.ipynb里有如下语句: y = LeNet5_infernece.inference(x,False,regularizer)
其中第二个参数在训练时应该是True吧?
The text was updated successfully, but these errors were encountered:
在文件Deep_Learning_with_TensorFlow/1.4.0/Chapter06/LeNet-5/LeNet5_train.ipynb里有如下语句:
y = LeNet5_infernece.inference(x,False,regularizer)
其中第二个参数在训练时应该是True吧?
The text was updated successfully, but these errors were encountered: