facenet
facenet copied to clipboard
How to combine two models to a single pb file?
Dear,
My goal is adding more dataset to the pre-trained model to increase the accuracy.
- I freezed the graph to get the 1st model named pre-trained-model.pb
- Then I trained another model based on my own images followed this topic named new-model.pb
How can I merge these 2 model into one final-model.pb? or can I feed the 1st model to the second model to produce the final single model (pb)?
This may be of help : https://luuil.github.io/2018/09/15/Merging-Models-for-TensorFlow-Serving/