TensorFlow学习——MNIST read_data_sets一直报连接超时
tensorflow
一个面向所有人的开源机器学习框架
项目地址:https://gitcode.com/gh_mirrors/te/tensorflow
免费下载资源
·
在学习《TensorFlow实战——黄文坚》中3.2小节中需要载入MNIST数据集,
运行:
- from tensorflow.examples.tutorials.mnist import input_data
- mnist = input_data.read_data_sets("MNIST_data/",one_hot=True)
出现以下错误信息:
- URLError: <urlopen error [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。>
mnist = input_data.read_data_sets("yourpath/MNIST_data/",one_hot=True) //我直接将数据集放在工程目录下了
GitHub 加速计划 / te / tensorflow
184.55 K
74.12 K
下载
一个面向所有人的开源机器学习框架
最近提交(Master分支:2 个月前 )
a49e66f2
PiperOrigin-RevId: 663726708
2 个月前
91dac11a
This test overrides disabled_backends, dropping the default
value in the process.
PiperOrigin-RevId: 663711155
2 个月前
更多推荐
已为社区贡献19条内容
所有评论(0)