tdeboissiere / DeepLearningImplementations

Implementation of recent Deep Learning papers
MIT License
1.81k stars 652 forks source link

About tf.contrib.layers.batch_norm #44

Closed LynnHo closed 6 years ago

LynnHo commented 6 years ago

It seems that tf.contrib.layers.batch_norm(..., updates_collections=None) automatically updates the bn's parameters. If updates_collections is not None, you should manually conduct the update operations.