Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 319 Bytes

readme.md

File metadata and controls

7 lines (7 loc) · 319 Bytes
  • 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