What are tensorflow frozen_inference_graph.pb files in tensorflow?

Viewed 3980

I found these files are graph files which weight set of parameters backed in to the graph as constants.

I have these questions

  1. What are .pb file format. Is it binary ?
  2. Can I explore the structure of the graph with this kind of format more like how many layers , name scopes etc
1 Answers
Related