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 #213

Merged
merged 97 commits into from
Jun 15, 2021
Merged

Add FID metric #213

merged 97 commits into from
Jun 15, 2021

Conversation

SkafteNicki
Copy link
Member

@SkafteNicki SkafteNicki commented Apr 29, 2021

Before submitting

  • Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?

What does this PR do?

Redo of #90
Fixes #65
Implements Fréchet inception distance (FID) which is used to asses the quality of images generated with GANs.

PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 🙃

@SkafteNicki SkafteNicki added the enhancement New feature or request label Apr 29, 2021
@SkafteNicki SkafteNicki added this to the v0.4 milestone Apr 29, 2021
@SkafteNicki SkafteNicki mentioned this pull request Apr 29, 2021
4 tasks
CHANGELOG.md Outdated Show resolved Hide resolved
@pep8speaks
Copy link

pep8speaks commented Apr 29, 2021

Hello @SkafteNicki! Thanks for updating this PR.

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2021-06-15 07:40:52 UTC

.github/workflows/ci_test-conda.yml Outdated Show resolved Hide resolved
@Borda Borda added the ready label Jun 15, 2021
@Borda Borda enabled auto-merge (squash) June 15, 2021 07:42
@Borda Borda merged commit 03d682e into master Jun 15, 2021
@Borda Borda deleted the fid2 branch June 15, 2021 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add FID
5 participants