- Load a pb file into tensorflow as a graph
- Use the loaded graph as the default graph
- Generate tf records (some binary data format)
- Save the loaded graph in tensorboard and then visualize it
- Do inference with loaded graph
- Feed image data into predictive model
- Feed data from tf records into predictive model