Closed molybdenumyz closed 5 years ago
第145行应修正为 self.coeff = tf.pow(self.num_idx, -tf.constant(self.alpha, tf.float32, [1]))
self.coeff = tf.pow(self.num_idx, -tf.constant(self.alpha, tf.float32, [1]))
Thanks to point out that, we will correct our implementation ASAP. Thanks to the setting of alpha=0, our experiments are still valid and thanks for your issue again.
第145行应修正为
self.coeff = tf.pow(self.num_idx, -tf.constant(self.alpha, tf.float32, [1]))