LeeRock / Frozen_Graph_TensorFlow

Save, Load Frozen Graph and Run Inference From Frozen Graph in TensorFlow 1.x and 2.x.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    ├── README.md
    ├── test.py
    ├── train.py
    └── utils.py

Blogs

Examples

About

Save, Load Frozen Graph and Run Inference From Frozen Graph in TensorFlow 1.x and 2.x.

License:MIT License


Languages

Language:Python 100.0%