I train a model by tensorflow 2 to detecting vehicles, but I want to Convert tensorflow saved_model to frozen inference graph. Can any one help?
Asked
Active
Viewed 107 times
1 Answers
0
It is not the recommended way to save your model and i would suggest you use saved model. People around here can help if you explain why you want to use frozen graph specifically and saved model won't help.
If you still want to try freezing you can use this internal method to do so.

Karim Nosseir
- 540
- 2
- 8