show_and_tell.tensorflow icon indicating copy to clipboard operation
show_and_tell.tensorflow copied to clipboard

Error while reading VGG model in test_tf

Open shekharRavi opened this issue 8 years ago • 1 comments

shekharRavi avatar Aug 24 '16 14:08 shekharRavi

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)

karaanil avatar May 17 '17 22:05 karaanil