/starganv2

My scaled down re-implementations of StarGAN v2 without high pass filters

Primary LanguageJupyter Notebook

My scaled down re-implementations of StarGAN v2 without high pass filters. StarGAN v2 unet contains a unet-like architecture, while nounet contains an architecture which doesn't have skip connections between the encoder and decoder parts of the generator. Report contains my observations about training the models and experiments with the trained networks.