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

[transformer v2] Load + evaluate FID for OpenAI guided-diffusion models #84

Open
wants to merge 7 commits into
base: transformer-model-v2
Choose a base branch
from

Commits on Oct 17, 2023

  1. support loading OpenAI guided-diffusion models for evaluation. reduce…

    … overhead of evaluate_only mode (skip construction/accelerator-preparation of trainable model, optimizer, schedules)
    Birch-san committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    51a5310 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ee74be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd8372e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61f52c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddfa060 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a57b6fc View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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