Closed maozhiqiang closed 6 years ago
the H_Ps should be used so H_Ps = tf.reduce_mean(log_scale) + 2 change to H_Ps = tf.reduce_mean(log_scale) + 2*T Is that right to understand
@maozhiqiang @bfs18 I am also a bit confused here, why not *T? Because E(∑1-T(ln s + 2)) ?
the H_Ps should be used
so H_Ps = tf.reduce_mean(log_scale) + 2 change to H_Ps = tf.reduce_mean(log_scale) + 2*T Is that right to understand