tf_angular_loss icon indicating copy to clipboard operation
tf_angular_loss copied to clipboard

Tensorflow Implementation of Deep Metric Learning with Angular Loss

Results 1 tf_angular_loss issues
Sort by recently updated
recently updated
newest added

#4((tan(alpha))^2(xa + xp)Txn# . there is a Xn~ but in the code, pos_features was used~ is it a bug or something? #xaPxpTxn = tf.matmul((anchor_features + pos_features), pos_features, transpose_a=False, transpose_b=True)#