cc-ai / climategan

Code and pre-trained model for the algorithm generating visualisations of 3 climate change related events: floods, wildfires and smog.
https://thisclimatedoesnotexist.com
GNU General Public License v3.0
75 stars 18 forks source link

Projection layer at front of decoders and classifier #66

Closed 51N84D closed 4 years ago

51N84D commented 4 years ago

The pretrained encoder gives us a very large latent space (dim=2048), which results in way too many parameters in the decoders and feature-classifier (even without resblocks). To solve this we can learn a projection at each decoder to reduce the dimensionality.

vict0rsch commented 4 years ago

2020-06-09 at 16 34 very nice commit