生成的代码是否有问题?

作者: hawhuang创建于 2019年3月12日更新于 2022年10月14日

self.all_logits = tf.reduce_sum(tf.multiply(self.u_embedding, self.item_embeddings), 1) + self.item_bias

内容来源: princewen/tensorflow_practice