Hi! Thank you for creating this easy-to-use library!
I was using your implementation of SSGAN to reproduce the original paper https://arxiv.org/abs/1810.01365.
As I read the original paper, the highest performing model was the one that used Self-Modulation Normalization, not Batch Normalization like your GBlock https://github.com/kwotsin/mimicry/blob/master/torch_mimicry/modules/resblocks.py#L73.


Do you have any plans to add Self-Modulation Normalization?
Hi! Thank you for creating this easy-to-use library!
I was using your implementation of SSGAN to reproduce the original paper https://arxiv.org/abs/1810.01365.
As I read the original paper, the highest performing model was the one that used Self-Modulation Normalization, not Batch Normalization like your GBlock https://github.com/kwotsin/mimicry/blob/master/torch_mimicry/modules/resblocks.py#L73.
Do you have any plans to add Self-Modulation Normalization?