buriburisuri / sugartensor

A slim tensorflow wrapper that provides syntactic sugar for tensor variables. This library will be helpful for practical deep learning researchers not beginners.
MIT License
372 stars 63 forks source link

fused_batch_norm #19

Closed AndreasMadsen closed 7 years ago

AndreasMadsen commented 7 years ago

Have you looked into using fused_batch_norm? As I understand it is identical to batch_normalization but faster. However, I don't understand why there would be two operators for the same thing.

_tf.contrib.layers.batch_norm(fused=True) appears to be using it._