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

Add FID metric #1302

Closed
wants to merge 37 commits into from
Closed

Add FID metric #1302

wants to merge 37 commits into from

Commits on Sep 17, 2020

  1. [WIP] Add FID metric

    kamahori committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    88a8e8f View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    kamahori committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    1e73f06 View commit details
    Browse the repository at this point in the history
  3. Add FID to documents

    kamahori committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    7a19b81 View commit details
    Browse the repository at this point in the history
  4. Add test_model

    kamahori committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    0c4aa95 View commit details
    Browse the repository at this point in the history
  5. Replace numpy with torch

    kamahori committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    e3bc9b1 View commit details
    Browse the repository at this point in the history
  6. Delete tqdm

    kamahori committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    5130d5c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Fix FID implementation

    kamahori committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    aafbad4 View commit details
    Browse the repository at this point in the history
  2. Move FID to contrib

    kamahori committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    24f1a2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66a74b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4a1921 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Configuration menu
    Copy the full SHA
    c3e35b6 View commit details
    Browse the repository at this point in the history
  2. Add FID test

    kamahori committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    e27f5b8 View commit details
    Browse the repository at this point in the history
  3. Fix some errors

    kamahori committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    5e5185e View commit details
    Browse the repository at this point in the history
  4. Add import

    kamahori committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    92455ca View commit details
    Browse the repository at this point in the history
  5. Fix typo

    kamahori committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    6d7087c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Add FID test with real image

    kamahori committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    7f9e51f View commit details
    Browse the repository at this point in the history
  2. Use PIL

    kamahori committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    9bacb14 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Add torchvision dependency

    kamahori committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    a76f3d6 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    kamahori committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    4ccc73a View commit details
    Browse the repository at this point in the history
  3. Fix typo

    kamahori committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    87d8c7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a31eeda View commit details
    Browse the repository at this point in the history
  5. Fix FID computation

    kamahori committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    c970145 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    kamahori committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    d96a3fa View commit details
    Browse the repository at this point in the history
  7. Fix typo

    kamahori committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    42c9cdf View commit details
    Browse the repository at this point in the history
  8. Fix feature addition

    kamahori committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    0b6807a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

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

Commits on Oct 1, 2020

  1. Optimize code

    kamahori committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    617a1ae View commit details
    Browse the repository at this point in the history
  2. Add _update_cov

    kamahori committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    e691c18 View commit details
    Browse the repository at this point in the history
  3. Add self argument

    kamahori committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    bd8e785 View commit details
    Browse the repository at this point in the history
  4. Use torch.matmul

    kamahori committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    246119e View commit details
    Browse the repository at this point in the history
  5. Check if dist is complex

    kamahori committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    2707711 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Fix covariance computation

    kamahori committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    a02e2d4 View commit details
    Browse the repository at this point in the history
  2. Fix covariance calculation

    kamahori committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    a12ce59 View commit details
    Browse the repository at this point in the history
  3. Add self

    kamahori committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    32b60f7 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    kamahori committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    99f938c View commit details
    Browse the repository at this point in the history
  5. Fix datatype

    kamahori committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    f5fea54 View commit details
    Browse the repository at this point in the history
  6. Add FID document

    kamahori committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    deff86f View commit details
    Browse the repository at this point in the history