facenet-pytorch icon indicating copy to clipboard operation
facenet-pytorch copied to clipboard

How to train and return 128 embedding?

Open michealChin opened this issue 1 year ago • 3 comments

Previously I was working on the https://github.com/davidsandberg/facenet, but there is a limitation where the repo is base on tensorflow 1.x and latest hardware for Geforce 30 series and above is not supported in tensorflow 1.x. So I just wonder can I train from the scratch using this repo (pytorch version) and change the output dimension to 128 embeddings?

michealChin avatar May 10 '23 09:05 michealChin