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

Handling mismatches in data list "tasks" and config "tasks" #46

Closed 51N84D closed 4 years ago

51N84D commented 4 years ago

Currently the code attempts to decode all tasks that are in the data lists (regardless of whether they appear in the config).

See line 471 in "omnigan/trainer.py":

vict0rsch commented 4 years ago

can we close this @51N84D ?