标签: tensorflow keras
我确定如果使用辍学层,则在推理时必须设置set_learning_phase = True。但是我不确定 BatchNormalization 是否是这种情况。因为BatchNormalization在训练时间和测试时间具有不同的行为。