Skip to content

Tag: tensorflow

tensorflow.train.import_meta_graph does not work?

I try to simply save and restore a graph, but the simplest example does not work as expected (this is done using version 0.9.0 or 0.10.0 on Linux 64 without CUDA using python 2.7 or 3.5.2) First I save the graph like this: This creates a file “file” that is non-empty and also sets g1 to something …