Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 359 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 359 Bytes

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.