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

Negative KL loss #3

Open
ManalHamzaoui opened this issue Jan 3, 2021 · 3 comments
Open

Negative KL loss #3

ManalHamzaoui opened this issue Jan 3, 2021 · 3 comments

Comments

@ManalHamzaoui
Copy link

When I tested the Poincaré version on MNIST with latent_dim> 32 I had a negative KL loss, is this normal?

@xinyue96
Copy link

I also encounter negative KL loss when I just run the synthetic experiment following the instruction:
python3 pvae/main.py --model tree --manifold PoincareBall --latent-dim 2 --hidden-dim 200 --prior-std 1.7 --c 1.2 --data-size 50 --data-params 6 2 1 1 5 5 --dec Wrapped --enc Wrapped --prior RiemannianNormal --posterior RiemannianNormal --epochs 1000 --save-freq 1000 --lr 1e-3 --batch-size 64 --iwae-samples 5000

@saniazahan
Copy link

Hi also got negative KL loss with the synthetic experiment after epoch 10. Did you find any solution?

@omiethescientist
Copy link

I am also getting negative loss. I do not know why this is the case at low dimensions.

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

No branches or pull requests

4 participants