You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the variational_layers gives the posterior log variances for the latent variables from the last encoding layer through a dense layer link. However, this dense in the variational_layers is not saved after training and thus users cannot obtain the latent posterior log variances or samples.
The example provided only uses the posterior means to decode to smiles. Can you actually encode smiles to posterior samples rather than posterior means after training?
The text was updated successfully, but these errors were encountered:
I found the
variational_layers
gives the posterior log variances for the latent variables from the last encoding layer through a dense layer link. However, this dense in thevariational_layers
is not saved after training and thus users cannot obtain the latent posterior log variances or samples.The example provided only uses the posterior means to decode to smiles. Can you actually encode smiles to posterior samples rather than posterior means after training?
The text was updated successfully, but these errors were encountered: