我是参靠别的博主回退keras版本
原版本是2.2.4
命令行下输入:pip install keras==2.1.2
因为我的 cuda和cudnn的原因不能更新tensorflow, 故降低keras的版本
可参考原博文
https://blog.csdn.net/qq_36396104/article/details/82956773
相关文章
- 03-22解决AttributeError: module ‘torchvision‘ has no attribute ‘ops‘
- 03-22AttributeError: module 'tensorflow.python.ops.nn' has no attribute 'leaky_relu'
- 03-22Tensorflow1 AttributeError: module 'tensorflow' has no attribute XXX
- 03-22【E-21】AttributeError: 'float' object has no attribute 'decode'
- 03-22python reload(sys)找不到,name 'reload' is not defined和Python3异常-AttributeError: module 'sys' has no att
- 03-22AttributeError: module 'socket' has no attribute 'SO_REUSEPORT'
- 03-22完美解决AttributeError: module 'scipy.misc' has no attribute 'imread'报错问题
- 03-22AttributeError: 'NoneType' object has no attribute 'append',列表list和dataframe使用ap
- 03-22Python报错——module 'scipy.misc' has no attribute 'imresize'
- 03-22AttributeError: module 'scipy.misc' has no attribute 'imread'