Can't get VAE loss (on MNIST) below 0.92

Hello,

I wrote a vae (heavily inspired from the Examples) to try and generate MNIST digits.
However, I can’t get the global loss below 0.92.

Here’s a link for the code:


Is there something I missed ?

Thanks !