Deep-Learning-with-TensorFlow-book
Deep-Learning-with-TensorFlow-book copied to clipboard
9.6章 Dropout,训练和测试也需要通过is_training参数进行控制
9.6章 Dropout Dropout训练时,每次随机训练部分网络 测试时使用的是全部网络 在TensorFlow2中是否需要使用is_training参数进行控制
测试里一定要显式地指明is_training=False是吗