Michelle Pavlukhin
Michelle Pavlukhin
``` output_graph = "frozen_graph.pb"` output_graph_def = tf.graph_util.convert_variables_to_constants( sess, tf.get_default_graph().as_graph_def(), ["sample_sequence_2/while/Exit_3"] ) with tf.gfile.GFile(output_graph, "wb") as f: f.write(output_graph_def.SerializeToString()) ``` ```--------------------------------------------------------------------------- ValueError Traceback (most recent call last) in 8 # serialize and...
In paper authors did it, but I can't understand how they extracted latent codes from real images.