jerryli27 / TwinGAN

Twin-GAN -- Unpaired Cross-Domain Image Translation with Weight-Sharing GANs
Apache License 2.0
719 stars 99 forks source link

conditional batch normalization #34

Open lvyilan23 opened 5 years ago

lvyilan23 commented 5 years ago

Hi, could you please tell the difference of instance_norm.py and batch_norm.py? If I only want to use conditional batch normalization , can I directly call the function conditional_batch_norm() in batch_norm.py to process the feature map.