In tensorflow 1.4, I found two functions that do batch normalization and they look same:
tf.layers.batch_normalization
(link)
tf.contrib.layers.batch_norm
(link)
Which function should I use? Which one is more stable?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…