Open shekharRavi opened 8 years ago
Change reading VGG segment with below lines
with tf.gfile.Open(vgg_path, 'rb') as f: fileContent = f.read() graph_def = tf.GraphDef() graph_def.ParseFromString(fileContent)
Change reading VGG segment with below lines