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
Can you elaborate on index = torch.where(label != -1)[0]
in utils/losses.py? This line is present for various losses.
Do I understand correctly that this is a mechanism for contre-examples, i.e. images that are not faces or faces not subjected for recognition?
The text was updated successfully, but these errors were encountered:
Can you elaborate on
index = torch.where(label != -1)[0]
in utils/losses.py? This line is present for various losses.
Do I understand correctly that this is a mechanism for contre-examples, i.e. images that are not faces or faces not subjected for recognition?
The text was updated successfully, but these errors were encountered: