about « all posts

Posts In #ai

How to correctly apply Batch Normalization layer in TensorFlow(the pitfall of UPDATE_OPS)

May 12 2018 · 2 min read
#deep-learning #ai #tensor-flow
Caution: this post is written in 2018 and maybe out-of-date! Table of Contents Batch Normalization layer in TensorFlow How to apply batch-normalization in TensorFlow The pitfall: UPDATE_OPS Batch Normalization layer in TensorFlow In this post, I’m not going to explain the math behind what batch normalization does and why it could help if we apply batch-normalization in our deep networks. For a quick look of what batch normalization is, check this post.
Read More…