We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I tested the Poincaré version on MNIST with latent_dim> 32 I had a negative KL loss, is this normal?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Hi also got negative KL loss with the synthetic experiment after epoch 10. Did you find any solution?
I am also getting negative loss. I do not know why this is the case at low dimensions.
No branches or pull requests
When I tested the Poincaré version on MNIST with latent_dim> 32 I had a negative KL loss, is this normal?
The text was updated successfully, but these errors were encountered: