TwinGAN
TwinGAN copied to clipboard
conditional batch normalization
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.