What is the difference between tf.import_graph_def and tf.train.import_meta_graph

When training in the model folder there are automatically saved metagraphic files.
So what is the difference between a graph and a metagraph.
If I want to load a model and draw a conclusion without plotting from scratch, is
tf.train.import_meta_grah okay?

+4
source share

Source: https://habr.com/ru/post/1656325/


All Articles