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

[WIP] unet encoder/decoder #14

Closed vict0rsch closed 4 years ago

vict0rsch commented 4 years ago

Mainly a base encoding and decoding structure

Encoder outputs a list of feature maps to be used by decoders (skip connections)

Just a draft because not sure how this can be used: latent space manipulation is not that clear in my mind