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

Removing 'a', 't', and fixing encoder args #79

Closed 51N84D closed 4 years ago

51N84D commented 4 years ago

Doing a bit of cleanup in the generator (to prep for bringing the painter in):

Note: all the tests run except for "test_dis.py". This is because right now the model has no discriminators. This can be fixed after we introduce ADVENT or the painter, whatever comes first.