FCN.tensorflow
FCN.tensorflow copied to clipboard
Why not implement batch normalization?
I noticed that in TensorflowUtils.py you wrote a batch_norm function but did not implement it. Does anybody know why? Is it because the original paper of FCN does not have batch_norm?