gpt4 book ai didi

python - 由于权限原因,使用 Python 的 Windows Tensorflow 无法读取 mnist 数据

转载 作者:太空宇宙 更新时间:2023-11-03 15:53:07 27 4
gpt4 key购买 nike

我在 Windows 上使用 Python,并遵循需要读取 MNIST 数据集的 Tensorflow 标准教程。不幸的是,我在尝试运行时收到以下错误:

PermissionError: [Errno 13] Permission denied: 'C:\Users\matth\AppData\Local\Temp\tmp6_cvro98'

每次程序运行时,末尾的文件名都会发生变化。有问题的代码是:

import tensorflow as tf
from tensorflow.contrib.learn.python.learn.datasets import mnist as input_data

mnist = input_data.read_data_sets("MNIST_data", one_hot=True)

据我所知,我以管理员身份运行它,对用户帐户具有完全访问权限。不确定为什么我没有权限(或者为什么它首先需要临时数据)

最佳答案

我重新安装了 python,但这次标记了“适用于所有用户”的框。这似乎解决了问题

关于python - 由于权限原因,使用 Python 的 Windows Tensorflow 无法读取 mnist 数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41076047/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com