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
Update monte_carlo_variational_loss to use sample_and_log_prob.
This should be no less robust than the current implementation, since the naive
fallback for `sample_and_log_prob` just calls sample and log_prob separately, which is what we were already doing here.
PiperOrigin-RevId: 375619399
0 commit comments