-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Saved model format conversion #15
Comments
I was trying to train a new model for getting 128 embeddings of the face, I am able to get a .pb model which gives 128 embeddings. But I need .dat type file. Is there any solution how to save the model directly into .dat format or can we convert .pb to .dat format. |
I don't have any tools for this. There is a converter to caffe format in the tools folder, but that's the closest I have on hand. |
I will go through that and see whether it will solve my problem. Thank you helping @davisking |
Hey, I need pb file of 128 embedding face. could you send to me |
Is there any way to convert .dat file to .pb format or a .pb file to .dat format? Can you guide me please
The text was updated successfully, but these errors were encountered: