您好,请问一下在guass-bin的重建过程中,act_function为什么用affine而不是guass? 即 def reconstruction(self,h): logits = tf.matmul(h, tf.transpose(self.W)) + self.bv prob_v=self.v_func(logits) return logits,prob_v