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

Cleanup basedecoder call #78

Closed vict0rsch closed 4 years ago

vict0rsch commented 4 years ago

there were missing proj_dim arguments, crippling the depth decoder (I don't know how that worked for @melisandeteng but it's clearly an issue)

Not blaming anyone but if we could call decoders (and other objects) consistently across the code we would be able to catch errors faster :)