OucAndrewLee
Results
1
comments of
OucAndrewLee
I also encountered this problem.And I rewirted the funtion named batch_norm() in libs.batch_norm.py """Batch Normalization for TensorFlow. Parag K. Mital, Jan 2016. """ import tensorflow as tf def batch_norm(x, phase_train,...