BUG:ModuleNotFoundError: No module named ‘tensorflow.examples.tutorials‘
tensorflow
一个面向所有人的开源机器学习框架
项目地址:https://gitcode.com/gh_mirrors/te/tensorflow
免费下载资源
·
问题:
原因:tensorflow2.0,更新删除了input_data的函数。
解决方式:使用tensorflow.keras.datasets.mnist.load_data
依然存在问题:
mnist.train.next_batch()
mnist.validation.images mnist.validation.labels
mnist.test.images mnist.test.labels
等等仍然不可用,以下是老版本通过input_data提供的mnist的数据。
参考:
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 个月前
更多推荐
已为社区贡献4条内容
所有评论(0)