lucidrains / deep-daze

Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network). Technique was originally created by https://twitter.com/advadnoun
MIT License
4.37k stars 327 forks source link

Possible to resume progress if program is interrupted? #155

Open lightyrs opened 3 years ago

lightyrs commented 3 years ago

Either locally or in colab, is it possible to resume progress of a 20-epoch run of 1500 iterations (for example) that is interrupted at epoch 4?

I tried priming the next run with the last image from the previous run but that just ended up 'imagining' that last image (no progress was made so to speak).

danyev3 commented 3 years ago

Wish this was a feature!