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

fix deeplab encoder parameters + add number of params print in test #64

Closed melisandeteng closed 4 years ago

melisandeteng commented 4 years ago

number of resblocks parameter wasn't propagating correctly in the code...

(it's a teeny-tiny pull request, but then we can keep track of where this problem came from)

vict0rsch commented 4 years ago

we really need to discuss this encoder, it's huge

melisandeteng commented 4 years ago

we really need to discuss this encoder, it's huge

@vict0rsch Actually if you remove the ResBlocks then it's "only" 42M parameters. If you add 1 resblock it goes up to 1000M !

melisandeteng commented 4 years ago

But I agree that the latent space is larger than what we are used to working with

vict0rsch commented 4 years ago

haha let's have a 100B param model like they do in NLP

tianyu-z commented 4 years ago

haha let's have a 100B param model like they do in NLP

GPT-3 is crazy...no more needs for fine-tune Lol