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?
@lcgrace Hi, I also have some questions with the paired inputs and the loss. I think the loss is not in the papaer,do you understand and solve it ? If you get it,please tell me ,thank you very much.
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?