Gan
Compare changes
- Guillaume HEUSCH authored
Conflict: This file was modified in the source branch, but removed in the target branch.
Ask someone with write access to resolve it.
+ 12
− 2
@@ -76,8 +76,18 @@ class Layer(object):
@@ -76,8 +76,18 @@ class Layer(object):
return tf.contrib.layers.batch_norm(x, decay=1.9, updates_collections=None, epsilon=1e-5, scale=True, is_training=phase_train, scope=scope)