Hi, in the DPCNN code, I find that the function "tf.layers.batch_normalization" is used when training the model. But the parameter "training" is not set True! e.g conv3 = tf.layers.batch_normalization(conv3, training=True)
So I want to know whether I understand it or your coding errors?
Hi, in the DPCNN code, I find that the function "tf.layers.batch_normalization" is used when training the model. But the parameter "training" is not set True! e.g conv3 = tf.layers.batch_normalization(conv3, training=True)
So I want to know whether I understand it or your coding errors?