# Frozen-Graph-TensorFlow **Repository Path**: yangpei123/Frozen-Graph-TensorFlow ## Basic Information - **Project Name**: Frozen-Graph-TensorFlow - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-11 - **Last Updated**: 2022-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://leimao.github.io/blog/Save-Load-Inference-From-TF-Frozen-Graph/) * [Save, Load and Inference From TensorFlow 2.x Frozen Graph](https://leimao.github.io/blog/Save-Load-Inference-From-TF2-Frozen-Graph/) ## Examples * [TensorFlow 1.x](https://github.com/leimao/Frozen_Graph_TensorFlow/tree/master/TensorFlow_v1) * [TensorFlow 2.x](https://github.com/leimao/Frozen_Graph_TensorFlow/tree/master/TensorFlow_v2)