Tensorflow图像识别文件夹访问被拒绝

时间:2017-03-09 19:00:43

标签: python-3.x tensorflow

使用tensorflow页面进行图像识别:

https://www.tensorflow.org/tutorials/image_recognition

这是文件:

https://github.com/tensorflow/models/blob/master/tutorials/image/imagenet/classify_image.py

我添加了一个文件夹位置:

 parser.add_argument(
     '--image_file',
     type=str,
     default='C:/',
     help='Absolute path to image file.'

 )

我收到此错误:

 tensorflow.python.framework.errors_impl.UnknownError: NewRandomAccessFile failed to Create/Open: C:/ : Access is denied. ; Input/output error

如何解决此错误?

0 个答案:

没有答案