liuyiding1993 / ICDE2020_GMVSAE

29 stars 19 forks source link

Output #10

Open michaeloc opened 3 years ago

michaeloc commented 3 years ago

Hi, could you help me? I'm try to get the output from decoder in order to compare with the targets, but I don't have success. I'm trying a solution as follows:

results = tf.matmul(outputs, tf.transpose(self.out_w)) results = tf.nn.bias_add(logits, self.out_b)

However, when try to compare "results == targets" the results are very different. I'm doing something wrong because the scores are very good.

BruceLuke commented 1 year ago

A good question