Frozen Graph TensorFlow
Lei Mao
Introduction
This repository has the examples of saving, loading, and running inference for frozen graph in TensorFlow 1.x and 2.x.
Files
.
âââ LICENSE.md
âââ README.md
âââ TensorFlow_v1
â  âââ cifar.py
â  âââ cnn.py
â  âââ inspect_signature.py
â  âââ main.py
â  âââ README.md
â  âââ test_pb.py
â  âââ utils.py
âââ TensorFlow_v2
âââ example_1.py
âââ example_2.py
âââ README.md
âââ utils.py
Blogs
- Save, Load and Inference From TensorFlow Frozen Graph
- Save, Load and Inference From TensorFlow 2.x Frozen Graph