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

added function to compute likelihood between sample and target distri… #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LucaCellamare
Copy link

Hello,
It would be useful to compute the likelihood of a single sample under a specified target distribution (LLID) and I believe this is a significant missing feature.

I create a pull request to add the implementation of a function to compute the likelihood between a sample under a target distribution.

Usage

The usage is very similar to when you compute the FID score between two Gaussian multivariate distribution.
To compute the LLID score between a sample and a dataset, where images of the sample and the target dateset are contained in an individual folder:

python -m pytorch_llid path/to/target/dataset path/to/sample

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant