textstorm

Results 1 issues of textstorm

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?