Skip to content

neuleaf/Switchable_Normalization_TF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Tensorflow Switchable Normalization

The implementation of SN can synchronize moving_mean and moving_variance across multi GPUs.

usage

from switch_norm import switch_norm

if you use tf.slim, just replace slim.batch_norm with switch_norm. They share alomost the same parameters.

Note: compatible with TF-1.9.0

About

tensorflow implementation of Switch Norm - https://arxiv.org/abs/1806.10779

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages