--
You received this message because you are subscribed to the Google Groups "Keras-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keras-users...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/keras-users/7deb1114-3f28-4251-a974-2b1c4595a759%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You mean I need some explicit mention of the output layers in order
to compute the gradient for the parameters involved in those layers?
That's silly.
vae_loss = K.mean(0*reconstruction_loss + kl_loss)
perfectly compiles, and the compiler could do the transformation by itself.