训练keras-yolo-v3时出现问题
AttributeError: module 'keras.backend' has no attribute 'control_flow_ops'
尝试了以下文章中的方法,但是不行,报
ImportError: cannot import name 'control_flow_ops'
参考文章https://blog.csdn.net/CAU_Ayao/article/details/89312354
当前环境
python 3.6.0
keras 2.3.1
tensorflow 1.14.0
直接把keras卸载 pip uninstall keras
重新安装指定版本keras pip install keras==2.1.5
done!