You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Hello,
I was using triplet loss function from
tensorflow_addons.losses.TripletSemiHardLoss(margin=1.0)to train my model using following line:tsn.compile(optimizer=tf.keras.optimizers.Adam(0.0001), loss=tfa.losses.TripletSemiHardLoss(margin=1.0))Any example or idea how to replace this loss function with tripletloss in
tensorflow_similarity.losses?Thank you.