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

Adding saving and loading functionality #54

Closed 51N84D closed 4 years ago

51N84D commented 4 years ago

What do you guys think is better: Having "resume" as an option in the config file, or as an argument to be specified from the command line (argparse)?

Right now I'm using the former (config file) but it can be changed

vict0rsch commented 4 years ago

i'd say both :)