Closed panfengli closed 3 years ago
Since tf.nn.fused_batch_norm will need a python bool option, which is different from tf.layers.batch_normalization where a placeholder can be used for training argument.
tf.nn.fused_batch_norm
tf.layers.batch_normalization
training
You can just use python bool op
Since
tf.nn.fused_batch_norm
will need a python bool option, which is different fromtf.layers.batch_normalization
where a placeholder can be used fortraining
argument.