taming-transformers
taming-transformers copied to clipboard
How to calculate the negative log-likelihood from the first stage VQGAN model?
Hi, How should I calculate the negative log-likelihood metric (or something like bits/dim) which is usually reported in generative modeling papers? Should I just use the reconstruction loss as NLL? Thanks.