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
You can use the pretrained model from ElasticFace @fdbtrs
I have download the pretrained model from ElasticFace, but it seems like the embedding_size of these model are 512.
Could you please provide the 128d version? or where could i find these pretrained model
`backbone_teacher = iresnet100(num_features=cfg.embedding_size).to(local_rank)
try:
backbone_teacher_pth = os.path.join(cfg.teacher_pth, str((epoch + 1)*11372) + "backbone.pth")
backbone_teacher.load_state_dict(torch.load(backbone_teacher_pth, map_location=torch.device(local_rank)))
I can not find the teacher model.
The text was updated successfully, but these errors were encountered: