Alireza AkhavanPour
Alireza AkhavanPour
If there is no way for training , is it possible to convert [davidsandberg/facenet](https://github.com/davidsandberg/facenet) pre-trained model for this Keras implementation?
@PoonamZ , unfortunately no!
Hi @Rasoul20sh, **step 1:** You should Freeze graph to get a .pb file. this articles are helpful: - [How to freeze (export) a saved model](https://blog.metaflow.fr/tensorflow-how-to-freeze-a-model-and-serve-it-with-a-python-api-d4f3596b3adc) - [Saving, Freezing, Optimizing for...