gan中generate的代码是不是有问题?
Author: hawhuangCreated Mar 12, 2019Updated Oct 14, 2022
self.all_logits = tf.reduce_sum(tf.multiply(self.u_embedding,self.item_embeddings),1) + self.item_bias
这里是不是有问题?应该是self.i_embedding
Source: princewen/tensorflow_practice
self.all_logits = tf.reduce_sum(tf.multiply(self.u_embedding,self.item_embeddings),1) + self.item_bias
这里是不是有问题?应该是self.i_embedding
Source: princewen/tensorflow_practice