Lei Mao
This repository has the examples of saving, loading, and running inference for frozen graph in TensorFlow 1.x and 2.x.
.
├── 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