What are tensorflow frozen_inference_graph.pb files in tensorflow?

I found that these files are graphic files, the weight parameters of which are supported by the plot as constants.

I have these questions.

  • What is the .pb format. Is it binary?
  • Can I investigate the structure of a graph with this kind of format, which is more like the number of layers, namespaces, etc.
+3


source to share


1 answer


  • This is protobuf format
  • Yes, you can check this page


+2


source







All Articles