lucidrains / big-sleep

A simple command line tool for text to image generation, using OpenAI's CLIP and a BigGAN. Technique was originally created by https://twitter.com/advadnoun
MIT License
2.57k stars 304 forks source link

2 dumb questions about tweaking #114

Open tangopapa opened 3 years ago

tangopapa commented 3 years ago

In order to change the learning rate, does that mean substituting for the value 0.07 on line 32 in the latent coordinates section?

Changing the manual seed is trivial, but how does one "tweak the losses"?

Thank you

illtellyoulater commented 2 years ago

Not sure if this is what you're asking but you can change the learning rate with the command line flag --lr 0.07.