0
点赞
收藏
分享

微信扫一扫

ImportError: cannot import name normalize_data_format

雨鸣静声 2022-02-28 阅读 94
python

1.把keras换成2.2.2版本就好了

pip uninstall keras
pip install keras==2.2.2
pip uninstall tensorflow
pip install tensorflow==2.4.1
举报

相关推荐

0 条评论