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
Thank you for your reply.
I understand that for face verification (compute the distances), we need to set net.feature=True.
My question is if I want to use the fc6 so the network functions as a classifier, what should I do?
I think it's reasonable since it's trained as a classifier.
A torch.randn[1,3,112,96] is as the input ,but the output is shape of [2,10574]? Why not [1,10574]?
The text was updated successfully, but these errors were encountered: