logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

解决:AttributeError: module ‘tensorflow.python.framework.ops‘ has no attribute ‘RegisterShape‘

tensorflow 2版本读取MNIST数据集,使用 read_data_sets,在导入时报错from tensorflow.examples.tutorials.mnist import input_dataAttributeError: module 'tensorflow.python.framework.ops' has no attribute 'RegisterShape'查网上说

#python#tensorflow
到底了