Questions about pairwise loss in the hashing_loss
lcgrace opened this issue · 1 comments
lcgrace commented
Thank you for your codes so much.
But is it sure to implement paired input in hash_loss? The label in w_label = tf.matmul(label, label, False, True) is the same. w_label is the similarity of the n(n-1) image pairs?