【问题标题】:NewRandomAccessFile failed to Create/Open: output_inference_graph_v1.pb : Access is deniedNewRandomAccessFile 无法创建/打开:output_inference_graph_v1.pb:访问被拒绝
【发布时间】:2020-11-06 19:57:09
【问题描述】:

请仔细阅读。

这不是Tensorflow Windows Accessing Folders Denied:"NewRandomAccessFile failed to Create/Open: Access is denied. ; Input/output error" 的重复,因为我之前已经验证了我的文件链接是否有错误并对其进行了隔离测试。

完整的错误输出是:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\rzimm\anaconda3\envs\rapidrzr\lib\site-packages\tensorflow\python\lib\io\file_io.py", line 122, in read
    self._preread_check()
  File "C:\Users\rzimm\anaconda3\envs\rapidrzr\lib\site-packages\tensorflow\python\lib\io\file_io.py", line 84, in _preread_check
    compat.as_bytes(self.__name), 1024 * 512)
tensorflow.python.framework.errors_impl.UnknownError: NewRandomAccessFile failed to Create/Open: ssd_mobilenet_v1_coco_2017_11_17/output_inference_graph_v1.pb : Access is denied.

训练我的模型没有问题,我的 Tensorflow 安装工作正常,因为我已经阅读了 Tutorial Notebook

这是什么错误,为什么会发生?

【问题讨论】:

    标签: tensorflow object-detection tensorflow1.15


    【解决方案1】:

    这个问题我已经解决了,如果有人遇到同样的情况,我在GitHub上打开的这个问题包含解决方案:

    GitHub/tensorflow/issue

    【讨论】:

      猜你喜欢
      • 2017-04-28
      • 1970-01-01
      • 1970-01-01
      • 2016-04-17
      • 1970-01-01
      • 2012-10-16
      • 1970-01-01
      • 1970-01-01
      • 2014-12-22
      相关资源
      最近更新 更多