rebar icon indicating copy to clipboard operation
rebar copied to clipboard

A Python implementation of the gradient REBAR estimator.

Results 1 rebar issues
Sort by recently updated
recently updated
newest added

I didn't know why truncated gumbel can sampled in this way `return -tf.log(EPSILON + tf.exp(-gumbel) + tf.exp(-truncation))` can u describe it?