其他分享
首页 > 其他分享> > AttributeError: ‘NoneType‘ object has no attribute ‘dtype‘

AttributeError: ‘NoneType‘ object has no attribute ‘dtype‘

作者:互联网

大佬链接
北大曹健老师的课程,在class6一直报错。

TensorFlow2.1GPU版本,于是将Numpy版本修改为1.18.5,问题解决。
之前版本:Version 1.20.3
操作步骤:

1.pip uninstall numpy
2.pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ --upgrade numpy==1.18.5

标签:no,attribute,object,曹健,1.18,报错,版本,pip,numpy
来源: https://blog.csdn.net/LLABVIEW/article/details/120462914