show_and_tell.tensorflow
show_and_tell.tensorflow copied to clipboard
Error while reading VGG model in test_tf
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)