简体   繁体   中英

How to Convert tensorflow saved_model to frozen inference graph?

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM