about « all posts

Posts In #tensor-flow

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

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. …

Read More…