Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save restore latent #89

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 27, 2021

  1. Saving/restoring latent

    it works by dumping/restoring the whole EMA and ADAM optimiser objects
    
    exemple of how to restore :
    
    model = Imagine(
        text = TEXT,
        save_every = SAVE_EVERY,
        lr = LEARNING_RATE,
        iterations = ITERATIONS,
        save_progress = SAVE_PROGRESS,
        out_folder = out_folder,
        save_latents = True,
        saved_latents_filepath = r"F:\my\path\magic_man.35.backup",
    )
    GpuLover committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    b7704f8 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. Configuration menu
    Copy the full SHA
    0c83ab3 View commit details
    Browse the repository at this point in the history