Gan
Compare changes
- Guillaume HEUSCH authored
[layer] bypass the batch norm function, using tf.contrib.layer.batch_norm instead, handle variable name/scope
Conflict: This file was modified in the source branch, but removed in the target branch.
Ask someone with write access to resolve it.
+ 13
− 6
@@ -66,7 +66,7 @@ class Layer(object):
@@ -76,25 +76,32 @@ class Layer(object):