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
72 stars 18 forks source link

Multi-level masking #125

Open 51N84D opened 3 years ago

51N84D commented 3 years ago

Current approach just adds bit-conditioning to the latent vector, and determines which (simulated) ground truth mask to compute losses with.

vict0rsch commented 3 years ago

Is that up to date? What's keeping us from merging?

51N84D commented 3 years ago

Alright it's finally ready to review. Try running it before approving, just to make sure nothing is broken...

vict0rsch commented 3 years ago

How about this PR, is it ready @51N84D ?